Editar

Compartir a través de


Variant.IsPromptMode() Method

Version: Available or changed with runtime version 12.1.

Indicates whether an AL variant contains a PromptMode variable.

Syntax

Ok :=   Variant.IsPromptMode()

Note

This method can be invoked using property access syntax.

Parameters

Variant
 Type: Variant
An instance of the Variant data type.

Return Value

Ok
 Type: Boolean
true if the AL variant contains a PromptMode variable, otherwise false.

See Also

Variant Data Type
Getting Started with AL
Developing Extensions