FMX.ListBox.TCustomComboBox.ListBoxResource

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ListBoxResource: string read GetListBoxResource write SetListBoxResource;

C++

__property System::UnicodeString ListBoxResource = {read=GetListBoxResource, write=SetListBoxResource};

Eigenschaften

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


Beschreibung

Gibt den Namen des Ressourcenobjekts an, mit dem die Dropdown-Liste des Kombinationsfeldes verknüpft ist.

Mit ListBoxResource wird der Stil für die Dropdown-Listenkomponente des Kombinationsfeldes angegeben.

Siehe auch