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

TDOMNode_WithChildren.GetFirstChild

Gets the value for the FirstChild property.

Declaration

Source position: laz2_dom.pas line 320

protected function TDOMNode_WithChildren.GetFirstChild: TDOMNode; override;

Function result

DOM Node that is the first child node in the DOM sub-tree.

Description

GetFirstChild is an overridden method in TDOMNode_WithChildren used to get the value for the FirstChild property.

See also

TDOMNode.FirstChild

  

Gets the first child node for the current node.

TDOMNode.GetFirstChild

  

Gets the value for the FirstChild property.