|
RAD Studio VCL Reference
|
Returns the previous node before the calling node and at the same level.
function getPrevSibling: TTreeNode;
__fastcall TTreeNode getPrevSibling();
GetPrevSibling returns the previous sibling node, regardless of whether it's visible. To find the previous node in the tree view including all levels, use GetPrev.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|