Vcl.WinXCalendars.TCalendarPicker.TodayColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TodayColor: TColor read GetTodayColor write SetTodayColor default 14120960;

C++

__property TodayColor = {default=14120960};

Properties

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

Description

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

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

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

Use the TodayColor property to specify the color that is used to highlight today.

See Also