[Overview][Types][Classes][Procedures and functions][Index] |
Alternate constructor for the class instance.
Source position: lazdialogs.pas line 37
public constructor TLazarusFileDialogForm.CreateNew( |
AOwner: TComponent; |
Num: Integer = 0 |
); override; |
AOwner |
|
Owner of the Lazarus dialog form. |
Num |
|
Not used in the current implementation. |
CreateNew is an overridden constructor for the class instance. CreateNew calls the inherited method using values in AOwner and Num as arguments. CreateNew ensures that the Lazarus dialog form sets its position to the value poScreenCenter.
CreateNew allows the form instance to be created without using the associated .lfm file. The CreateNew constructor is used (instead of Create) when the TCustomForm descendant is not a TForm class instance or not a descendant of TForm.
See the Initialize method for information about creation and positioning of child controls on the Lazarus dialog form.
|
Creates and positions child controls on the Lazarus dialog form. |
|
|
Creates a form instance without a resource (.lfm) file. |
Version 4.0 | Generated 2025-05-03 | Home |