JVCL Help:TJvCustomAppStorage.DisablePropertyValueCrypt
JVCL Help: TJvCustomAppStorage.DisablePropertyValueCrypt Method
Search in JVCL Help
Search in all projectsSummary
Disables the encryption/decryption of string values.
Pascal
procedureDisablePropertyValueCrypt;
Description
Call DisablePropertyValueCrypt to end the encryption and decryption of string values.
Each call to DisablePropertyValueCrypt should be paired by a call to EnablePropertyValueCrypt, which is made to start the encyption/decryption. EnablePropertyValueCrypt/DisablePropertyValueCrypt pairs can be nested.
See Also
TJvCustomAppStorage.EnablePropertyValueCrypt, TJvCustomAppStorage.IsPropertyValueCryptEnabled, TJvCustomAppStorage.OnEncryptPropertyValue, TJvCustomAppStorage.OnDecryptPropertyValue
About
Notes
Only string values are encrypted/decrypted. You can use StorageOptions to read and write non-string values also as string.
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