[Overview][Types][Classes][Index] |
Saves all of the collection items to the Storage container for the collection.
Source position: propertystorage.pas line 79
public procedure TStoredValues.SaveValues; virtual; |
SaveValues is a method used to save all of the collection Items to the Storage container for the collection. It iterates over the values in Items and calls the Save method for each of the TStoredValue instances. See TStoredValue.Save for more details.
Use RestoreValues to load the values for the collection items from the Storage container.
|
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. |
|
|
Loads all of the values for the collection Items 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 |