FMX.CalendarEdit.TCustomCalendarEdit.TodayDefault
Delphi
property TodayDefault: Boolean read GetTodayDefault write SetTodayDefault default False;
C++
__property bool TodayDefault = {read=GetTodayDefault, write=SetTodayDefault, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.CalendarEdit.pas FMX.CalendarEdit.hpp |
FMX.CalendarEdit | TCustomCalendarEdit |
Description
Specifies if the date on the Calendar control of the TCalendarEdit object is the current system date.
To reset the date on the Calendar control of the TCalendarEdit object to the current system date, set TodayDefault to True.