Vcl.Outline.TOutlineNode.Level

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Level: Cardinal read GetLevel write SetLevel;

C++

__property unsigned Level = {read=GetLevel, write=SetLevel, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutlineNode

Description

Indicates the level of indentation of a node within the outline.

The value of Level is 1 for nodes that directly descend from the root of the outline (the top level). The value of Level is 2 for their children, and so on.

See Also