Vcl.ComCtrls.TTreeNode.IsFirstNode
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.