RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.GetNextVisible Method

Returns the next visible node in the tree view after the calling node.

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

Use GetNextVisible when iterating through all the visible nodes in the tree view. A node is visible if all its parent nodes are expanded. 

 

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