Vcl.WinXCalendars.TCalendarView.TodayColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TodayColor: TColor read FTodayColor 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 TCalendarView

Description

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

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


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

Use the TodayColor property to specify the color for highlighting the day that stands for today.

See Also