FMX.ListBox.TCustomListBox.ItemByIndex
Delphi
function ItemByIndex(const Idx: Integer): TListBoxItem;
C++
TListBoxItem* __fastcall ItemByIndex(const int Idx);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
Returns the item at the index specified by Idx.