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

TDOMNode.FirstChild

Gets the first child node for the current node.

Declaration

Source position: laz2_dom.pas line 264

public property TDOMNode.FirstChild : TDOMNode
  read GetFirstChild;

Description

FirstChild is a read-only TDOMNode property that represents the first child node for this DOM node. In TDOMNode, the value for the property is always Nil (not assigned). The read access specifier is re-implemented in a descendent class (TDOMNode_WithChildren) to provide direct support for child node access.

See also

TDOMNode_WithChildren

  

Extends TDOMNode to allocate storage for child nodes.


Version 3.2 Generated 2024-02-25 Home