JVCL Help:TDSARegStorage

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TDSAStorage
TDSARegStorage
run\JvDSADialogs.pas


Summary

Registry storage device for DSA state and values.

run\JvDSADialogs.pas


Pascal

 run\JvDSADialogs.pas
 TDSARegStorage = class(TDSAStorage);


Description

TDSARegStorage is the class used for storing DSA states and dialog values in the registry. JvDSADialogs creates an instance of this class, retrievable through DSARegStore.
windows TDSARegStorage uses JclRegistry to communicate with the windows registry.
If the DSA state is reset to show the dialog again, the key for the dialog are removed.
The dialog's internal name (as specified by the Name parameter for RegisterDSA) is used as a sub key for the key specified by the Key property.

run\JvDSADialogs.pas


About

Navigation

run\JvDSADialogs.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