JVCL Help:TJvAppRegistryStorage
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAppRegistryStorage Class
[+] JvAppRegistryStorage.pas Classes
[+] TJvAppRegistryStorage Methods
[+] TJvAppRegistryStorage Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvComponent
TJvCustomAppStorage
TJvAppRegistryStorage
run\JvAppRegistryStorage.pas
Summary
Registry based application data storage.
Pascal
run\JvAppRegistryStorage.pas
TJvAppRegistryStorage = class(TJvCustomAppStorage);
Description
- JVCLInfo
TJvAppRegistryStorage is a data storage backend that stores the data in the registry.
As a descendant of TJvCustomAppStorage, it provides in the standard interface for storing data (such as settings, form positions and sizes, etc). This data will be stored in the registry.
The component publishes the Root property and introduces a new property RegRoot to specify which registry root key should be used (HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, etc).
All the abstract access methods are implemented.
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