RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMonthCalendar Class

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

Pascal
TMonthCalendar = class(TCommonCalendar);
C++
class TMonthCalendar : public TCommonCalendar;

ComCtrls

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). 

 

List Controls

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!