Vcl.ComCtrls.TMonthCalColors

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTMonthCalColors

Delphi

TMonthCalColors = class(TPersistent)

C++

class PASCALIMPLEMENTATION TMonthCalColors : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TMonthCalColors defines a color scheme for TDateTimePicker or TMonthCalendar's drop-down calendar.

The CalColors property of TDateTimePicker or TMonthCalendar holds a TMonthCalColors object. TMonthCalColors determines the colors of a calendar display.

See Also