func recCount() -> Int

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
    print( "Reccount = " + String(dbf.recCount()) )
    // your code
}