RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.ParentNode Property

Identifies the object that represents this node's parent node.

Pascal
property ParentNode: TXMLNode;
C++
__property TXMLNode ParentNode;

TXMLNode uses ParentNode to access the implementation of the node's parent, if it exists. Some nodes (for example attribute nodes) do not have parents.  

Applications can't use this protected property to access the parent node of a node. Instead, they use the ParentNode property of the IXMLNode interface for this node. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!