API:FMX.Calendar.TCalendar.TodayDefault

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TodayDefault: Boolean read GetTodayDefault write SetTodayDefault default 0;

C++

__property TodayDefault = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCalendar

Description

Specifies whether the calendar should use the date of today as default.

FMX.Calendar.TCalendar.TodayDefault inherits from FMX.Calendar.TCustomCalendar.TodayDefault. All content below this line refers to FMX.Calendar.TCustomCalendar.TodayDefault.

Specifies whether the calendar should use the date of today as default.

The TodayDefault property indicates if the default Date of the calendar uses the current date of the system.

You can set TodayDefault to True at run time to set the Date to the current system date.

See Also