lazarus/components/turbopower_ipro/design/turbopoweriprodsgn.pas
mattias 1201d2e3ab components: less hints
git-svn-id: trunk@51778 -
2016-03-01 15:22:29 +00:00

23 lines
446 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit TurboPowerIProDsgn;
{$warn 5023 off : no warning about unused units}
interface
uses
IPIDEHTMLControl, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('IPIDEHTMLControl', @IPIDEHTMLControl.Register);
end;
initialization
RegisterPackage('TurboPowerIProDsgn', @Register);
end.