[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extdlgs.pas line 122
public constructor TExtCommonDialog.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited method. Create sets the default value for the DialogPosition property to poMainFormCenter.
|
Specifies the position where the dialog is displayed. |
|
|
Represents the Position and Size of a Form on Screen. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |