NeverEncrypted property (TAnnEncryptOptions)
Builder Syntax |
bool NeverEncrypted |
Delphi Syntax |
NeverEncrypted: Boolean |
Overview |
Refer to Implementing Annotations. |
Remarks
Flag that indicates whether you can change the key and location of the decryptor.
This property is only relevant for decryptors (Encryptor is FALSE). Possible values are:
Setting |
Description |
TRUE |
The decryptor has never been encrypted. This means that in automation, the key and location of the decryptor can be changed. |
FALSE |
The decryptor was originally an encryptor that was applied. You cannot change the key or location of this kind of decryptor. |
See Also