JVCL Help:TJvCustomScheduledEvents.AutoSave

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies if the component should save the event states when it is destroyed.


Pascal

 propertyAutoSave: Boolean;


Description

AutoSave determines if the component stores all event states and last execution times in the registry when the component is destroyed (usually when the application terminates).
When set to True, all event states and last execution times are saved to the location specified by the AppStoragePath property when the component is destroyed and are read back in from that location when the component is created.
When set to False, no information is saved.


See Also

TJvCustomScheduledEvents.AppStoragePath


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