Gets an enumerator for DOM Nodes that are top-level children in the node.
Source position: laz2_dom.pas line 270
public function TDOMNode.GetEnumerator: TDOMNodeEnumerator; |
Enumerator for immediate child nodes in the DOM node.
GetEnumerator is a TDOMNodeEnumerator function used to get an enumerator for all top-level child nodes for the DOM node. It does not include any grandchildren (recursive access to child nodes).
|
Provides access to the list of Child nodes for the current node. |
|
|
Gets the number of Child nodes for the DOM node. |
|
|
Gets the value for the ChildNodes property. |
|
|
Indicates if the DOM node has child nodes. |
| Version 4.4 | Generated 2025-11-08 | Home |