[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: forms.pp line 967
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.0 | Generated 2025-05-03 | Home |