lazarus/components/rtticontrols/runtimetypeinfocontrols.pas
mattias 89483df42f fixed find in files searching at end of line
git-svn-id: trunk@5942 -
2004-09-08 08:20:50 +00:00

23 lines
423 B
ObjectPascal

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