xHarbour Reference Documentation > Function Reference |
Returns the number of records available in a work area.
RecCount() --> nRecords
The function returns the number of records available in a work area as a numeric value. If the work area is not used or if a database is empty, the return value is zero.
RecCount() is identical with LastRec(). Refer to LastRec() for a description.
See also: | LastRec() |
Category: | Database functions |
Source: | rdd\dbcmd.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com