RxFPC: add controls for lazreport

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4118 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2015-05-07 12:30:59 +00:00
parent 98916ce6c7
commit a491df97d6
8 changed files with 706 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit rx_LazReport;
interface
uses
RxLazReport, lrRxControls, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('RxLazReport', @RxLazReport.Register);
end;
initialization
RegisterPackage('rx_LazReport', @Register);
end.