Click or drag to resize

RecCount Function (Usual)

X#
Determine the number of records in a database file.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION RecCount(
	uArea AS USUAL
) AS LONG
Request Example View Source

Parameters

uArea
Type: Usual
Specifies the work area name or number for a table from which the value must be retrieved.

Return Value

Type: Long
Remarks