JVCL Help:TJvStoredValues.SaveValues

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Saves the values represented by the stored value objects in the list.


Pascal

 procedureSaveValues; virtual;


Description

Call SaveValues to save the values of all stored value objects in the Items list. Alternatively call the Save method of a specific stored value object to save only that stored value.
Saving a value of a stored value object means that the Value property of the stored value object is written to the ini file or registry at a location specified by its Name property.


See Also

TJvStoredValue.OnSave, TJvStoredValue.Save, TJvStoredValues.RestoreValues


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page