FMX.Pickers.TCustomDateTimePicker.ShowMode
Delphi
property ShowMode: TDatePickerShowMode read FShowMode write SetShowMode;
C++
__property TDatePickerShowMode ShowMode = {read=FShowMode, write=SetShowMode, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Pickers.pas FMX.Pickers.hpp |
FMX.Pickers | TCustomDateTimePicker |
Description
Specifies the display mode of the Date-Time picker.
The possible options are defined in TDatePickerShowMode:
| Value | Meaning |
|---|---|
|
|
Only the time is displayed. |
|
|
Only the date is displayed. |
|
|
Both the date and the time are displayed. |