RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.GetParentNode Method

Returns the interface for the node's parent node.

Pascal
function GetParentNode: IXMLNode;
C++
__fastcall IXMLNode GetParentNode();

Use the TXMLNode object's IXMLNode interface to call the protected GetParentNode method. GetParentNode returns the interface of the node's parent node. 

 

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