FMX.ListBox.TCustomListBox.SetItemIndex
Delphi
procedure SetItemIndex(const Value: Integer); virtual;
C++
virtual void __fastcall SetItemIndex(const int Value);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | protected | FMX.ListBox.pas FMX.ListBox.hpp | FMX.ListBox | TCustomListBox | 
説明
リスト内で選択されている項目のインデックスを設定します。
SetItemIndex は、ItemIndex プロパティの protected 設定メソッドです。