JVCL Help:TJvStoredValue.OnRestore

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs after the stored value is restored.


Pascal

 propertyOnRestore: TJvStoredValueEvent;


Description

Write an OnRestore event handler to take specific actions after the stored value is retrieved from the storage. Typically, you use this event to read the Value property of the stored value object, and take action depending on the value of Value.


See Also

TJvStoredValue.OnSave, TJvStoredValue.Restore, TJvStoredValue.Value


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