Vcl.WinXCalendars.TCalendarPicker.HighlightToday

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightToday: Boolean read GetHighlightToday 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 TCalendarPicker

Description

Specifies the color that is used to highlight the day that stands for today.

Vcl.WinXCalendars.TCalendarPicker.HighlightToday inherits from Vcl.WinXCalendars.TCustomCalendarPicker.HighlightToday. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarPicker.HighlightToday.

Specifies the color that is used to highlight the day that stands for today.

See Also