function recordLength: Integer;
Function recordLength() returns a length of a record in a dbf file.
begin
// your code
writeln( 'RecordLength = ' + intToStr( dbf.recordLength ) );
// your code
end;