Vcl.ComCtrls.TTreeNode.IsFirstNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsFirstNode: Boolean;

C++

bool __fastcall IsFirstNode();

Properties

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

Description

Indicates whether the tree node is very first.

IsFirstNode returns true for the first node, with no parent node or previous sibling.

See Also