Vcl.ComCtrls.TMonthCalendar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ComCtrls.TCommonCalendarVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTMonthCalendar

Delphi

TMonthCalendar = class(TCommonCalendar)

C++

class PASCALIMPLEMENTATION TMonthCalendar : public TCommonCalendar

Properties

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

Description

TMonthCalendar is stand-alone calendar in which a user can select a date or range of dates.

Use TMonthCalendar to allow a user to specify a date or range of dates using a standard calendar user interface.

TMonthCalendar displays dates according to the system locale (ignoring the BiDiMode setting).

See Also