RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDOMNode.previousSibling Property

Represents the preceding child of this node's parent.

Pascal
property previousSibling: IDOMNode;
C++
__property IDOMNode previousSibling;

Use previousSibling to obtain the IDOMNode interface of the node that immediately precedes this node. If the node's parent does not have any more child nodes before this one, the value of previousSibling is nil (Delphi) or NULL (C++). 

 

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