Toggle navigation
Menu
Main
WhiteTown Software
Products
Downloads
Order
Support
Download
Order now
int recCount(cdbfapiPlus* handle);
Back to Index
C++
C
C#
Objective-C
Swift
Delphi
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"
, recCount(dbf) );
// your code
}
Copyright © WhiteTown Software, 1996-2023 |
Privacy policy
|
Site map