[Overview][Types][Classes][Index] |
Constructor for the class instance.
Source position: propertystorage.pas line 77
public constructor TStoredValues.Create( |
AOwner: TPersistent |
); |
AOwner |
|
TCustomPropertyStorage instance which is the owner and the Storage container for the class. |
Create is the constructor for the class instance, and calls the inherited constructor using AOwner as the owner for the class instance. When AOwner is derived from TCustomPropertyStorage, it is assigned as the value for the Storage property. TStoredValue is the class type used as the ItemClass for the collection.
|
A key/value pair representing a property value, with added Save/Restore features. |
|
|
Defines a container used to Save and Restore property values. |
|
Version 4.0 | Generated 2025-05-03 | Home |