[Overview][Types][Classes][Index] |
Constructor for the class instance.
Source position: propertystorage.pas line 144
public constructor TCustomPropertyStorage.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited method on entry. Create allocates resources needed for member variables in the class instance, and sets the default value for the Active property to True.
Version 4.0 | Generated 2025-05-03 | Home |