function lastUpdated: string;

Function lastUpdated() returns a date from a header of a dbf file in yy.mm.dd format.


begin
    // your code
    writeln( 'Last Updated = ' + dbf.lastUpdated );
    // your code
end;