Vcl.ComCtrls.TCommonCalendar.ShowToday

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowToday: Boolean read FShowToday write SetShowToday default True;

C++

__property bool ShowToday = {read=FShowToday, write=SetShowToday, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Description

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