lazarus-ccr/components/richview/lazrichview.pas
jesusr 99f838537c added: richview 0.5.2.3 component
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@73 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-20 22:47:04 +00:00

23 lines
419 B
ObjectPascal

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