FMX.TreeView.TCustomTreeView.ItemByGlobalIndex

提供: RAD Studio API Documentation
移動先: 案内検索

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 メソッドを使用します。

関連項目