API:FMX.Pickers.TDropDownKind
Delphi
TDropDownKind = (Custom, Native);
C++
enum class DECLSPEC_DENUM TDropDownKind : unsigned char { Custom, Native, ddkCustom _DEPRECATED_ATTRIBUTE3("Use TDropDownKind.Custom") = 0x0, ddkNative _DEPRECATED_ATTRIBUTE3("Use TDropDownKind.Native") = 0x1 };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Pickers.pas FMX.Pickers.hpp |
FMX.Pickers | FMX.Pickers |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!