[Overview][Types][Classes][Index] Reference for unit 'PropertyStorage' (#lcl)

TCustomPropertyStorage.Create

Constructor for the class instance.

Declaration

Source position: propertystorage.pas line 144

public constructor TCustomPropertyStorage.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

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