Gets the root element for the document.
Source position: laz2_dom.pas line 504
public property TDOMDocument.DocumentElement : TDOMElement |
DocumentElement is a read-only TDOMElement property that represents the root element for the document. DocumentElement is derived using the top-level child nodes found in the document. The return value contains the first DOM Node located that contains the value ELEMENT_NODE in its NodeType property.
|
Implements the DOM Element interface from the DOM specification. |
|
|
Node type for the DOM Node. |
|
|
Represents the node type for DOM Elements. |
| Version 4.4 | Generated 2025-11-08 | Home |