FMX.ListBox.TCustomListBox.ItemByIndex
Delphi
function ItemByIndex(const Idx: Integer): TListBoxItem;
C++
TListBoxItem* __fastcall ItemByIndex(const int Idx);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
説明
Idx で指定されるインデックスにある項目を返します。