FMX.Forms.TCustomForm.CreateNew
Delphi
constructor CreateNew(AOwner: TComponent; Dummy: NativeInt = 0); override;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | FMX.Forms.pas | FMX.Forms | TCustomForm |
Description
Creates and initializes this form.
FMX.Forms.TCustomForm.CreateNew inherits from FMX.Forms.TCommonCustomForm.CreateNew. All content below this line refers to FMX.Forms.TCommonCustomForm.CreateNew.
Creates and initializes this form.
CreateNew calls the inherited Create to create this form. Then CreateNew calls InitializeNewForm to initialize several form parameters as bounds, width and height, border icons, border style, and client size for the form and retrieves the IFMXWindowService and IFMXCursorService services.
AOwner
specifies the owner of this form.
Dummy
is not used, as implemented in TCommonCustomForm.