FMX.ListBox.TCustomComboBox.ListBoxResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListBoxResource: string read GetListBoxResource write SetListBoxResource;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

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