RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.OwnerDocument Property

Provides access to the document that contains this node.

Pascal
property OwnerDocument: TXMLDocument;
C++
__property TXMLDocument OwnerDocument;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!