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

TNodeFlags

Set type used to store TNodeFlagEnum values.

Declaration

Source position: laz2_dom.pas line 196

type TNodeFlags = set of (

  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.

);

Description

TNodeFlags is the type used to implement the Flags property in TDOMNode and descendants.

See also

TNodeFlagEnum

  

Enumeration with flag values for DOM Nodes.

TDOMNode.Flags

  

Provides access to the Node Flags for the DOM Node.


Version 3.2 Generated 2024-02-25 Home