FMX.ComboEdit.TComboEdit.DropDownKind
Delphi
property DropDownKind: TDropDownKind read GetDropDownKind write SetDropDownKind default 1;
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:
Customto use the standard FireMonkey drop-down control.Nativeto use the platform-specific drop-down control.