Vcl.ComCtrls.TTreeNode.GetPrev
Delphi
function GetPrev: TTreeNode;
C++
TTreeNode* __fastcall GetPrev();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTreeNode |
Description
Returns the previous node in the tree view before the calling node.
GetPrev will return the previous node whether or not it is visible. To get the previous visible node, use GetPrevVisible.