FMX.ListBox.TComboBox.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Items: TStrings read GetItems write SetItems stored ItemsStored;

C++

__property Items;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TComboBox

Beschreibung

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

FMX.ListBox.TComboBox.Items erbt von FMX.ListBox.TCustomComboBox.Items. Der folgende Inhalt bezieht sich auf FMX.ListBox.TCustomComboBox.Items.

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