JVCL Help:TJvCustomCipher.IsStored

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

Search in JVCL Help

 
Search in all projects
 

Summary

If True, the Key and Encoded properties are stored in the DFM file


Pascal

 propertyIsStored: Boolean;


Description

For security reasons, you may not want to store the Encoded and Key values in the DFM file, and as result they wouldn't appear in the final exe file. If that is the case, set this property to False and the Encoded and Key values will not be stored. For backward compatibility, this property is True by default.


See Also

TJvCustomCipher.Decoded, TJvCustomCipher.Encoded, TJvCustomCipher.Key


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