2014-02-08 11:02:58 +00:00
|
|
|
{ This file was automatically created by Lazarus. Do not edit!
|
|
|
|
This source is only used to compile and install the package.
|
2009-02-25 19:31:17 +00:00
|
|
|
}
|
|
|
|
|
2014-02-08 11:02:58 +00:00
|
|
|
unit dcl_rx_ctrl;
|
2009-02-25 19:31:17 +00:00
|
|
|
|
2016-03-09 08:29:44 +00:00
|
|
|
{$warn 5023 off : no warning about unused units}
|
2009-02-25 19:31:17 +00:00
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2014-02-08 11:02:58 +00:00
|
|
|
register_rxctrl, rxceEditLookupFields, LazarusPackageIntf;
|
2009-02-25 19:31:17 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
2014-02-08 11:02:58 +00:00
|
|
|
procedure Register;
|
2009-02-25 19:31:17 +00:00
|
|
|
begin
|
2014-02-08 11:02:58 +00:00
|
|
|
RegisterUnit('register_rxctrl', @register_rxctrl.Register);
|
|
|
|
end;
|
2009-02-25 19:31:17 +00:00
|
|
|
|
|
|
|
initialization
|
2014-02-08 11:02:58 +00:00
|
|
|
RegisterPackage('dcl_rx_ctrl', @Register);
|
2009-02-25 19:31:17 +00:00
|
|
|
end.
|