Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.16 KB

File metadata and controls

40 lines (34 loc) · 1.16 KB
title description ms.author ms.date ms.topic author ms.reviewer
Variant.IsList() Method
Indicates whether an AL variant contains a List variable.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Variant.IsList() Method

Version: Available or changed with runtime version 12.0.

Indicates whether an AL variant contains a List variable.

Syntax

Ok :=   Variant.IsList()

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 List variable, otherwise false.

See Also

Variant Data Type
Getting Started with AL
Developing Extensions