FMX.TreeView.TCustomTreeView.ItemByGlobalIndex
Delphi
function ItemByGlobalIndex(const Idx: Integer): TTreeViewItem;
C++
TTreeViewItem* __fastcall ItemByGlobalIndex(const int Idx);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | FMX.TreeView.pas FMX.TreeView.hpp |
FMX.TreeView | TCustomTreeView |
説明
グローバル インデックスで指定される項目を返します。
Idx
パラメータでグローバル インデックスを指定してツリー項目を取得する際に、ItemByGlobalIndex メソッドを使用します。