Xml.XMLDoc.TXMLNode.OwnerDocument
Delphi
property OwnerDocument: TXMLDocument read FDocument;
C++
__property TXMLDocument* OwnerDocument = {read=FDocument};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNode |
Description
Provides access to the document that contains this node.
Applications can't use this protected property to access the document that contains this. Instead, they use the OwnerDocument property of the IXMLNode interface for this node.
The value of OwnerDocument is set to the TXMLDocument that is provided to the TXMLNode constructor.