FMX.ListBox.TCustomComboBox.ListBox

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ListBox: TComboListBox read FListBox;

C++

__property TComboListBox* ListBox = {read=FListBox};

Eigenschaften

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


Beschreibung

Ermittelt die Dropdown-Listenkomponente des Kombinationsfeldes.

Das zurückgegebene Objekt ist ein TComboListBox-Objekt.

Siehe auch