FMX.ComboEdit.Style.TStyledComboEdit.ListBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListBox: TComboEditListBox read FListBox;

C++

__property TComboEditListBox* ListBox = {read=FListBox};

Properties

Type Visibility Source Unit Parent
property public
FMX.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEdit

Description

The control that represents the list of choices in the drop-down list.

To populate the list of predefined values, use the Items property.

See Also