[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extdlgs.pas line 218
public constructor TCalendarDialog.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the TCalendarDialog class. It calls the inherited method entry which sets the value in DialogPosition to poMainFormCenter. Create sets the default values for properties including:
Version 4.0 | Generated 2025-05-03 | Home |