Vcl.WinXCalendars.TCustomCalendarView.TodayColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TodayColor: TColor read FTodayColor write SetTodayColor default clCalendarTodayColor;

C++

__property System::Uitypes::TColor TodayColor = {read=FTodayColor, write=SetTodayColor, default=14120960};

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 TodayColor property to specify the color for highlighting the day that stands for today.

See Also