JVCL Help:TJvTipOfDay.AppStorage

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

Search in JVCL Help

 
Search in all projects
 

Summary

Storage component to store the values of the Show On Startup Checkbox.


Pascal

 propertyAppStorage: TJvCustomAppStorage;


Description

Use the AppStorage property to link the Tip of the Day component to a storage component. This storage component will be used to store the value of the checkbox permanently.
If you don't link the component to a storage component, you have to store and retrieve the checkbox value manually by using OnCanShow and an OnAfterExecute event handlers. Note Include toUseAppStorage in Options otherwise the storage component is not used.


See Also

TJvAppStorage, TJvTipOfDay.AppStoragePath, TJvTipOfDayOption.toUseAppStorage


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