2014-07-23 11:40:36 +00:00
|
|
|
{ This file was automatically created by Lazarus. Do not edit!
|
|
|
|
This source is only used to compile and install the package.
|
|
|
|
}
|
|
|
|
|
|
|
|
unit rxdbgrid_export_spreadsheet;
|
|
|
|
|
2016-03-09 08:29:44 +00:00
|
|
|
{$warn 5023 off : no warning about unused units}
|
2014-07-23 11:40:36 +00:00
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2014-07-25 11:20:01 +00:00
|
|
|
RxDBGridExportSpreadSheet, RxDBGridExportSpreadSheet_ParamsUnit,
|
|
|
|
LazarusPackageIntf;
|
2014-07-23 11:40:36 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
procedure Register;
|
|
|
|
begin
|
|
|
|
RegisterUnit('RxDBGridExportSpreadSheet', @RxDBGridExportSpreadSheet.Register
|
|
|
|
);
|
|
|
|
end;
|
|
|
|
|
|
|
|
initialization
|
|
|
|
RegisterPackage('rxdbgrid_export_spreadsheet', @Register);
|
|
|
|
end.
|