Vcl.ComCtrls.TCommonCalendar.CalColors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CalColors: TMonthCalColors read FCalColors write SetCalColors;

C++

__property TMonthCalColors* CalColors = {read=FCalColors, write=SetCalColors};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Description

Contains the colors used for each part of the calendar.

Use the CalColors property to get or set the calendar's background color, month background color, text color, title background color, title text color, and trailing text color.

See Also