RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.getNextSibling Method

Returns the next node in the tree view at the same level as the calling node.

Pascal
function getNextSibling: TTreeNode;
C++
__fastcall TTreeNode getNextSibling();

GetNextSibling will return the next node, regardless of whether it's visible. To find the next node in the tree view including child nodes, use GetNext

 

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