JVCL Help:TJvAppRegistryStorage

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvComponent
TJvCustomAppStorage
TJvAppRegistryStorage
run\JvAppRegistryStorage.pas


Summary

Registry based application data storage.

run\JvAppRegistryStorage.pas


Pascal

 run\JvAppRegistryStorage.pas
 TJvAppRegistryStorage = class(TJvCustomAppStorage);


Description

  1. 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.

run\JvAppRegistryStorage.pas


About

Navigation

run\JvAppRegistryStorage.pas



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