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

TStoredValues.RestoreValues

Loads all of the values for the collection Items from the Storage container for the collection.

Declaration

Source position: propertystorage.pas line 80

public procedure TStoredValues.RestoreValues; virtual;

Description

RestoreValues is a method used to load the values in the collection Items from the Storage container for the collection. RestoreValues iterates of the values in Items and calls the Restore method for each of the TStoredValue instances. See TStoredValue.Restore for more details.

Use SaveValues to save the values for all of the collection items to the Storage container for the collection.

See also

TStoredValues.Items

  

Provides indexed access to the TStoredValue collection items by their ordinal position.

TStoredValues.Storage

  

Storage container used to Save and Restore the Values for the collection Items.

TStoredValues.SaveValues

  

Saves all of the collection items to the Storage container for the collection.

TStoredValue.Restore

  

Loads the value for the collection item from the storage container for the collection.

TStoredValue.Save

  

Saves the value for the collection item to the storage container for the collection.


Version 4.0 Generated 2025-05-03 Home