FMX.ListBox.TCustomComboBox.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Items: TStrings read GetItems write SetItems stored ItemsStored;

C++

__property System::Classes::TStrings* Items = {read=GetItems, write=SetItems, stored=ItemsStored};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox


Beschreibung

Gibt die Einträge in der Dropdown-Liste an.

Mit Items können Sie die Liste mit den Einträgen in der Dropdown-Liste ermitteln oder setzen.

Mit der Eigenschaft ListeItems greifen Sie auf einen Eintrag als TListBoxItem-Objekt zu.

Siehe auch