Variant.IsClientType() Method

Version: Available or changed with runtime version 1.0.

Indicates whether an AL variant contains a ClientType variable.

Syntax

Ok :=   Variant.IsClientType()

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

See Also

Variant Data Type
Get Started with AL
Developing Extensions