FMX.TreeView.TTreeViewItem.Level

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Level: Integer;

C++

int __fastcall Level(void);

Properties

Type Visibility Source Unit Parent
function public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeViewItem

Description

Returns the level of indentation of the current item.

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

See Also