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

TDOMNode.Flags

Provides access to the Node Flags for the DOM Node.

Declaration

Source position: laz2_dom.pas line 305

public property TDOMNode.Flags : TNodeFlags
  read FFlags;

Description

Flags is a TNodeFlags property which contains zero or more values from the TNodeFlagEnum enumeration that indicate the conformance level or state for the node. See TNodeFlagEnum for more information about the values in the enumeration and their meanings.

Values in Flags are used and updated in various methods like Normalize and GetTextContent. It is also updated when the SetReadOnly method is called.

See also

TDOMNode.SetReadOnly

  

Updates the read-only Node flag for the DOM Node and its children.

TDOMNode.Normalize

  

Normalizes text nodes and attributes in the Node sub-tree.

TDOMNode.TextContent

  

Textual representation for the DOM Node.

TDOMNode.GetTextContent

  

Gets the value for the TextContent property.

TNodeFlags

  

Set type used to store TNodeFlagEnum values.

TNodeFlagEnum

  

Enumeration with flag values for DOM Nodes.


Version 3.2 Generated 2024-02-25 Home