FMX.TreeView.TTreeViewItem.GlobalIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GlobalIndex: Integer read FGlobalIndex;

C++

__property int GlobalIndex = {read=FGlobalIndex, nodefault};

Properties

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

Description

Returns the global index of the item.

The global indexes are consecutive values assigned to all visible nodes in the tree from top to bottom, regardless of their Level.

See Also