Record.CountApprox() Method

Version: Available or changed with runtime version 1.0.

Returns an approximate count of the number of records in the table, for example, for updating progress bars or displaying informational messages.

Syntax

Number :=   Record.CountApprox()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Number
 Type: Integer

See Also

Record Data Type
Get Started with AL
Developing Extensions