WhiteTown
Products
Downloads
Order
Support
CDBFAPI
/
recCount
int recCount();
Overview
C
C++
C#
Delphi
Objective-C
Swift
Function recCount() returns a number of records in a dbf file.
If you set a filter then it returns a number of filtered records.
{ // your code printf( "Reccount = %ld\n", dbf->recCount() ); // your code }