lazarus/components/rtticontrols/runtimetypeinfocontrols.pas
mattias 116c988455 added RTTI controls
git-svn-id: trunk@5687 -
2004-07-16 21:49:00 +00:00

23 lines
421 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.