Vcl.ComCtrls.TDateTimePicker.CalColors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CalColors;

C++

__property CalColors;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TDateTimePicker

Description

Contains the colors used for each part of the calendar.

Vcl.ComCtrls.TDateTimePicker.CalColors inherits from Vcl.ComCtrls.TCommonCalendar.CalColors. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.CalColors.

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