function driverName: string;

Function driverName() returns a name (if any) of a database driver for dBase Level 7 format.
This string is stored in a header of the dbf file.


begin
    // your code
    writeln( dbf.driverName );
    // your code
end;