Vcl.ComCtrls.TTreeNode.GetPrev

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also