Vcl.ComCtrls.TCommonCalendar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCommonCalendar

Delphi

TCommonCalendar = class(TWinControl)

C++

class PASCALIMPLEMENTATION TCommonCalendar : public Vcl::Controls::TWinControl

Properties

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

Description

TCommonCalendar is the base class for the controls TDateTimePicker and TMonthCalendar.

Use TCommonCalendar as a base class when creating custom controls that represent dates in a calendar-like format. Do not create instances of TCommonCalendar. Instead, to put a calendar control on a form, use a TCommonCalendar descendant such as TDateTimePicker or TMonthCalendar.

Note: The VCL includes another calendar control that does not descend from TCommonCalendar. This is TCalendar, which is offered as a sample.