JVCL Help:TJvCustomAppStorage.IsPropertyValueCryptEnabled

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates whether the encryption/decryption of values is enabled.


Pascal

 functionIsPropertyValueCryptEnabled: Boolean;


Description

Read IsPropertyValueCryptEnabled to determine whether encryption/decryption of string values is enabled.
When IsPropertyValueCryptEnabled is true, the storage component triggers an OnEncryptPropertyValue event for each string value it writes to the storage, and an OnDecryptPropertyValue event for each string value it reads from the storage.


See Also

TJvCustomAppStorage.EnablePropertyValueCrypt, TJvCustomAppStorage.DisablePropertyValueCrypt


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