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

TDOMNode.GetFirstChild

Gets the value for the FirstChild property.

Declaration

Source position: laz2_dom.pas line 237

protected function TDOMNode.GetFirstChild: TDOMNode; virtual;

Function result

Value for the FirstChild property.

Description

GetFirstChild always returns Nil for the property value. TDOMNode does not allocate storage for child nodes. The method must be re-implemented in a descendent class to which implements a DOM node specialization with child nodes.

See also

TDOMNode.FirstChild

  

Gets the first child node for the current node.


Version 3.2 Generated 2024-02-25 Home