API:FMX.ComboEdit.TComboEdit.DropDownKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropDownKind default TComboEditModel.DefaultDropDownKind;

C++

__property DropDownKind = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit

Description

Defines whether to use TCustomListPicker pickers providing platform-specific drop-down lists to select string items.

FMX.ComboEdit.TComboEdit.DropDownKind inherits from FMX.ComboEdit.TCustomComboEdit.DropDownKind. All content below this line refers to FMX.ComboEdit.TCustomComboEdit.DropDownKind. Defines whether to use TCustomListPicker pickers providing platform-specific drop-down lists to select string items.

The TDropDownKind type is also used in the TComboEdit, TComboBox, and TPopupBox controls to define whether to use the TCustomListPicker picker to provide platform-specific controls to select string items from drop-down lists.

See Also