[Overview][Types][Classes][Index] |
Loads all of the values for the collection Items from the Storage container for the collection.
Source position: propertystorage.pas line 80
public procedure TStoredValues.RestoreValues; virtual; |
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.
|
Provides indexed access to the TStoredValue collection items by their ordinal position. |
|
|
Storage container used to Save and Restore the Values for the collection Items. |
|
|
Saves all of the collection items to the Storage container for the collection. |
|
|
Loads the value for the collection item from the storage container for the collection. |
|
|
Saves the value for the collection item to the storage container for the collection. |
Version 4.0 | Generated 2025-05-03 | Home |