[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: forms.pp line 1936
public constructor TFormPropertyStorage.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
TCustomForm instance which owns the class instance. |
Create is the overridden constructor for the class instance. It calls the inherited method on entry, using the value in TheOwner as the Owner for the class instance. Create ensures that private methods in the class instance are assigned as event handler routines for the TCustomForm instance in TheOwner.
Version 4.0 | Generated 2025-05-03 | Home |