XBase.RecCount

Syntax:

RecCount()

Returned value:

Type: Number.
Number of records in the database.

Description:

Receives the number of records in a database table along with record deletion markers.

Availability:

Thin client, server, thick client, external connection.

Example:

DoMessageBox("Records - "+String(xB.RecCount()));

    

1C:Enterprise Developer's Community