Constructor for the class instance.
Source position: forms.pp line 969
public constructor TCustomDockForm.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner for the class instance. |
Create is the overridden constructor for the class instance. It calls CreateNew to create a new form instance, and sets the default values for:
|
Creates a form instance without a resource (.lfm) file. |
| Version 4.6 | Generated 2026-02-20 | Home |