|
RAD Studio VCL Reference
|
Returns the next node in the tree view at the same level as the calling node.
function getNextSibling: TTreeNode;
__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!
|