Vcl.ComCtrls.TMonthCalendar.ShowTodayCircle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowTodayCircle: Boolean read FShowTodayCircle write SetShowTodayCircle default 1;

C++

__property ShowTodayCircle = {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 circled on the calendar.

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

Specifies whether today's date is circled on the calendar.

Use ShowTodayCircle to specify whether today's date (according to the system clock) is circled on the calendar.

See Also