FMX.CalendarEdit.TCalendarEdit.TodayDefault

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TodayDefault: Boolean read GetTodayDefault write SetTodayDefault default 0;

C++

__property TodayDefault _DEPRECATED_ATTRIBUTE0  = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: TodayDefault is deprecated.

Specifies if the date on the Calendar control of the TCalendarEdit object is the current system date.

FMX.CalendarEdit.TCalendarEdit.TodayDefault inherits from FMX.CalendarEdit.TCustomCalendarEdit.TodayDefault. All content below this line refers to FMX.CalendarEdit.TCustomCalendarEdit.TodayDefault.

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.

See Also