Gets the value for the FirstChild property.
Source position: laz2_dom.pas line 236
protected function TDOMNode.GetFirstChild: TDOMNode; virtual; |
Value for the FirstChild property.
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.
|
Gets the first child node for the current node. |
| Version 4.4 | Generated 2025-11-08 | Home |