summaryrefslogtreecommitdiff
path: root/components/richtext/fpgui_richtext.pas
blob: d8d6af535aa658ea8480ba9950f5bfe2eca6be2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ This file was automatically created by Lazarus. do not edit ! 
  This source is only used to compile and install the package.
 }

unit fpgui_richtext; 

interface

uses
  RichTextDocumentUnit, LazarusPackageIntf;

implementation

procedure Register; 
begin
end; 

initialization
  RegisterPackage('fpgui_richtext', @Register); 
end.