SecretText.IsEmpty() Method
Version: Available or changed with runtime version 12.0.
Returns a value indicating whether the secret text does not contain any content.
Syntax
Ok := SecretText.IsEmpty()
Note
This method can be invoked without specifying the data type name.
Parameters
SecretText
Type: SecretText
An instance of the SecretText data type.
Return Value
Ok
Type: Boolean
true if the secret text does not contain any content, otherwise true.
Related information
SecretText Data Type
Getting Started with AL
Developing Extensions