Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install
the package tdbf_l 0.0.
}
unit tdbf_l;
interface
uses
dbf, dbf_reg, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('Dbf', @dbf_reg.Register);
end;
initialization
RegisterPackage('tdbf_l', @Register)
end.