DOM Document that created the DOM node.
Source position: laz2_dom.pas line 269
public property TDOMNode.OwnerDocument : TDOMDocument |
OwnerDocument is a read-only TDOMDocument property that represents the DOM document that created the node. OwnerDocument can be used to get access to the complete DOM tree for a document, or to access child nodes for any DOM node owned by the OwnerDocument.
In the TDOMDocument node specialization, the value in OwnerDocument is always unassigned (contains Nil).
|
Implements the DOM Document interface. |
| Version 4.4 | Generated 2025-11-08 | Home |