Vcl.WinXCalendars.TCustomCalendarView.HighlightToday

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightToday: Boolean read FHighlightToday write SetHighlightToday default True;

C++

__property bool HighlightToday = {read=FHighlightToday, write=SetHighlightToday, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarView

Description

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