Vcl.ComCtrls.TTreeNode.getPrevSibling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function getPrevSibling: TTreeNode; {GetPrevSibling conflicts with a C++ macro}

C++

TTreeNode* __fastcall getPrevSibling();

Properties

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

Description

Returns the previous node before the calling node and at the same level.

GetPrevSibling returns the previous sibling node, regardless of whether it's visible. To find the previous node in the tree view including all levels, use GetPrev.

See Also