Vcl.ComCtrls.TMonthCalendar.ShowToday

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowToday: Boolean read FShowToday write SetShowToday default 1;

C++

__property ShowToday = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalendar

Description

Specifies whether today's date is shown below the calendar.

Vcl.ComCtrls.TMonthCalendar.ShowToday inherits from Vcl.ComCtrls.TCommonCalendar.ShowToday. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.ShowToday.

Specifies whether today's date is shown below the calendar.

Use ShowToday to specify whether today's date (according to the system clock) is shown below the calendar.

See Also