RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNode.PreviousSibling Method

Returns the previous child of this node's parent.

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

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!