FMX.Calendar.TCustomCalendar.TodayDefault

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TodayDefault: Boolean read GetTodayDefault write SetTodayDefault;

C++

__property bool TodayDefault = {read=GetTodayDefault, write=SetTodayDefault, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCustomCalendar

Description

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