Vcl.WinXCalendars.TCalendarView.HighlightToday

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightToday: Boolean read FHighlightToday write SetHighlightToday default 1;

C++

__property HighlightToday = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarView

Description

Specifies the color for highlighting the day that stands for today.

Vcl.WinXCalendars.TCalendarView.HighlightToday inherits from Vcl.WinXCalendars.TCustomCalendarView.HighlightToday. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarView.HighlightToday.


Specifies the color for highlighting the day that stands for today.

Use the HighlightToday property to specify the color used for the day that stands for today.

See Also