Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 1.0.
Checks if the tenant is configured to allow encryption.
Syntax
Ok := System.EncryptionEnabled()
Note
This method can be invoked without specifying the data type name.
Return Value
Ok
Type: Boolean
Example
This code example checks if the tenant is configured for encryption.
if EncryptionEnabled then
Message('Encryption has been enabled')
else
Message('Encryption has not been enabled')