RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.GetHostNode Method

Returns the value of the HostNode property.

Pascal
function GetHostNode: TXMLNode;
C++
__fastcall TXMLNode GetHostNode();

GetHostNode returns the node that uses this node to represent a particular aspect of it, sharing the same attributes and list of child nodes. If this is not a hosted node, GetHostNode returns nil (Delphi) or NULL (C++). 

 

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