API:FMX.ListBox.TComboBox.ListBoxResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListBoxResource: string read GetListBoxResource write SetListBoxResource default 0;

C++

__property ListBoxResource = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TComboBox

Description

Specifies the name of the resource object to which the drop-down list of the combo box is linked.

FMX.ListBox.TComboBox.ListBoxResource inherits from FMX.ListBox.TCustomComboBox.ListBoxResource. All content below this line refers to FMX.ListBox.TCustomComboBox.ListBoxResource.

Specifies the name of the resource object to which the drop-down list of the combo box is linked.

Use ListBoxResource to specify the style for the drop-down list component of the combo box.

See Also