function headerSize: Integer;
Function headerSize() returns a length of a header in a dbf file, i.e. offset to the first record.
begin
// your code
writeln( 'Header Size = ' + intToStr( dbf.headerSize ) );
// your code
end;