[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TNodeFlagEnum

Enumeration with flag values for DOM Nodes.

Declaration

Source position: laz2_dom.pas line 188

type TNodeFlagEnum = (

  nfReadonly,

  

Node is read-only.

  nfRecycled,

  

Node is recycled.

  nfLevel2,

  

Node is a DOM Level 2-specific type.

  nfIgnorableWS,

  

Node contains ignorable whitespace only.

  nfSpecified,

  

Node value was specified rather than implied.

  nfDestroying

  

Node is being destroyed.

);

See also

TNodeFlags

  

Set type used to store TNodeFlagEnum values.

TDOMNode.Flags

  

Provides access to the Node Flags for the DOM Node.


Version 3.2 Generated 2024-02-25 Home