- (NSInteger) recordLength;

Function recordLength() returns a length of a record in a dbf file.


{
    // your code
    NSLog( @"RecordLength = %ld", [dbf recordLength] );
    // your code
}