Editar

Compartir a través de


SecretText.IsEmpty() Method

Version: Available or changed with runtime version 12.0.

Returns a value indicating whether the secret text contains 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 contains any content, otherwise false.

See Also

SecretText Data Type
Getting Started with AL
Developing Extensions