Vcl.WinXCalendars.TCustomCalendarPicker.TodayColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TodayColor: TColor read GetTodayColor write SetTodayColor default clCalendarTodayColor;

C++

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

Properties

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

Description

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