WhiteTown
Products
Downloads
Order
Support
CDBFAPI
/
recCount
- (NSInteger) 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 NSLog( @"Reccount = %ld", [dbf recCount] ); // your code }