FMX.Pickers.TCustomDateTimePicker.TodayDefault

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TodayDefault: Boolean read FTodayDefault write FTodayDefault;

C++

__property bool TodayDefault = {read=FTodayDefault, write=FTodayDefault, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomDateTimePicker

Description

Specifies whether the date on the current picker object is the current system date.

To reset the date on the current picker object to the current system date, set TodayDefault to True.

See Also