lazarus/components/activex/LazActiveX.pas
2014-01-25 20:04:35 +00:00

23 lines
426 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit LazActiveX;
interface
uses
activexcontainer, lazactivexreg, ImportTypelib, activexstrconsts,
LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('lazactivexreg', @lazactivexreg.Register);
end;
initialization
RegisterPackage('LazActiveX', @Register);
end.