[Overview][Types][Classes][Index] |
The collection containing the collection item.
Source position: propertystorage.pas line 55
public property TStoredValue.StoredValues : TStoredValues |
StoredValues is a read-only TStoredValues property with the collection which owns the collection item.
StoredValues is the TCollection descendant passes as an argument to the Create constructor cast to the TStoredValues type. It provides access to name/value pairs for the collection items, and the Storage container used to read and write collection item values in the Save and Restore methods.
Version 4.0 | Generated 2025-05-03 | Home |