RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.GetPrev Method

Returns the previous node in the tree view before the calling node.

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

GetPrev will return the previous node whether or not it is visible. To get the previous visible node, use GetPrevVisible

 

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