[Overview][Types][Classes][Index] |
Constructor for the class instance.
Source position: propertystorage.pas line 50
public constructor TStoredValue.Create( |
ACollection: TCollection |
); override; |
ACollection |
|
Collection which owns the collection item. |
Create is the overridden constructor for the class instance, and calls the inherited method on entry using ACollection as an argument. Create set the default Value for the collection item to an empty string ('').
|
The value of the property (as a String or a Variant type). |
|
Version 4.0 | Generated 2025-05-03 | Home |