FMX.Pickers.TCustomDateTimePicker.ShowMode

From RAD Studio API Documentation
Jump to: navigation, search

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

Date

Only the time is displayed.

Time

Only the date is displayed.

DateTime

Both the date and the time are displayed.

See Also