FMX.TreeView.TCustomTreeView.ItemByGlobalIndex
Delphi
function ItemByGlobalIndex(const Idx: Integer): TTreeViewItem;
C++
TTreeViewItem* __fastcall ItemByGlobalIndex(const int Idx);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.TreeView.pas FMX.TreeView.hpp |
FMX.TreeView | TCustomTreeView |
Description
Returns the item specified through its global index.
Use the ItemByGlobalIndex method whenever you need to obtain the tree item whose global index is specified through the Idx
parameter.