FMX.ListBox.TCustomListBox.ItemByIndex
Delphi
function ItemByIndex(const Idx: Integer): TListBoxItem;
C++
TListBoxItem* __fastcall ItemByIndex(const int Idx);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Beschreibung
Gibt den Eintrag am durch Idx angegebenen Index zurück.