|
RAD Studio VCL Reference
|
Creates and initializes an instance of TMonthCalendar.
constructor Create(AOwner: TComponent); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|