Vcl.ComCtrls.TTreeNode.Level

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Level: Integer read GetLevel;

C++

__property int Level = {read=GetLevel, nodefault};

Properties

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

Description

Indicates the level of indentation of a node within the tree view control.

The value of Level is 0 for nodes on the top level. The value of Level is 1 for their children, and so on.

See Also

Code Examples