RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.PreviousSibling Method

Returns the previous child of this node's parent.

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

Use the TXMLNode object's IXMLNode interface to call the protected PreviousSibling method. PreviousSibling returns the node that precedes this one in the parent node's ChildNodes property list. 

If this node is the first node in its parent's child list, PreviousSibling raises an exception. 

 

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