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

TCustomPropertyStorage.StoredValues

Collection with the names and values for properties handled for the container.

Declaration

Source position: propertystorage.pas line 168

public property TCustomPropertyStorage.StoredValues : TStoredValues
  read FStoredValues
  write SetStoredValues;

Description

StoredValues is a TStoredValues property with the collection of names and values for properties handled by the storage container. StoredValues is used in the Save and Restore methods when the collection items are read or written using the underlying storage mechanism for the container. It is also used to read or write the value for the indexed StoreValue property.

See also

TCustomPropertyStorage.Save

  

Saves all linked property collections.

TCustomPropertyStorage.Restore

  

Restores all linked property collections.

TCustomPropertyStorage.StoredValue

  

Provides indexed access to the value for a collection item by its name.

TStoredValues

  

Implements a collection for TStoredValue collection items.


Version 4.0 Generated 2025-05-03 Home