Vcl.ComCtrls.TTreeNode.GetPrevVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPrevVisible: TTreeNode;

C++

TTreeNode* __fastcall GetPrevVisible();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Returns the previous visible node before the calling node.

To get the previous node, including non-visible, use GetPrev.

See Also