RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMonthCalendar.Create Constructor

Creates and initializes an instance of TMonthCalendar.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TMonthCalendar(TComponent * AOwner);

Create performs the following tasks: 

Sets CalExceptionClass to EMonthCalError

Sets Width to 176. 

Sets Height to 153. 

The AOwner parameter assigns an Owner, which is responsible for freeing the calendar's memory. 

 

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