Record.IsEmpty() Method

Version: Available or changed with runtime version 1.0.

Determines whether a table or a filtered set of records is empty.

Syntax

Empty :=   Record.IsEmpty()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Empty
 Type: Boolean

See Also

Record Data Type
Get Started with AL
Developing Extensions