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;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!