home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
program
/
delphi
/
kompon
/
DIHtmlLabel.exe
/
Source
/
DIHtmlLabel_Reg.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
2003-01-07
|
240 b
|
22 lines
unit DIHtmlLabel_Reg;
{$I DI.inc}
interface
procedure Register;
implementation
uses
Classes,
DIHtmlLabel;
procedure Register;
begin
RegisterComponents('The Delphi Inspiration', [TDIHtmlLabel]);
end;
end.