FMX.Pickers.TDatePickerShowMode
Delphi
TDatePickerShowMode = (Date, Time, DateTime);
C++
enum class DECLSPEC_DENUM TDatePickerShowMode : unsigned char { Date, Time, DateTime };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Pickers.pas FMX.Pickers.hpp |
FMX.Pickers | FMX.Pickers |
Description
Specifies the display mode of the Date-Time picker.
The possible options are:
| Value | Meaning |
|---|---|
|
|
Only the time is displayed. |
|
|
Only the date is displayed. |
|
|
Both the date and time are displayed. |
- Note: For the moment, TDatePickerShowMode is used only under iOS and Android platforms. For Android
DateTimeis not suported.
- Note: For the moment, TDatePickerShowMode is used only under iOS and Android platforms. For Android