[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: forms.pp line 840
public constructor TForm.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the form instance. |
Create is an overridden constructor for the class instance. Create ensures that the LCLVersion property is updated with the value from the lcl_version constant in the LCLVersion unit. Create calls the inherited constructor prior to exiting from the method.
|
Constructor for the class instance. |
|
|
Creates a form instance without a resource (.lfm) file. |
|
|
LCL version string. |
Version 4.0 | Generated 2025-05-03 | Home |