FMX.ListBox.TComboBox.ListBoxResource

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ListBoxResource: string read GetListBoxResource write SetListBoxResource default 0;

C++

__property ListBoxResource = {default=0};

Eigenschaften

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

Beschreibung

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

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

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