Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Version: Available or changed with runtime version 12.0.
Indicates whether an AL variant contains a Dictionary variable.
Syntax
Ok := Variant.IsDictionary()
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 Dictionary variable, otherwise false.
Related information
Variant Data Type
Getting Started with AL
Developing Extensions