FMX.ListBox.TCustomListBox.ItemByIndex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch