Gets the value for the NodeType property.
Source position: laz2_dom.pas line 488
protected function TDOMDocument.GetNodeType: Integer; override; |
Value for the NodeType property.
GetNodeType is an overridden method in TDOMDocument used to get the value for the NodeType property. It ensures that the property value is DOCUMENT_NODE for the TDOMDocument instance.
|
Node type for the DOM Node. |
| Version 4.4 | Generated 2025-11-08 | Home |