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

Specifies the type of drop-down control to use with the current TComboEdit object.

Set DropDownKind to:

  • Custom to use the standard FireMonkey drop-down control.
  • Native to use the platform-specific drop-down control.

See Also