home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 2.0 - Programmer's Utilities Power Pack
/
Delphi 2.0 Programmer's Utilities Power Pack.iso
/
e_to_l
/
fllab200
/
inst32
/
flashreg.pas
< prev
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
|
1996-09-15
|
326 b
|
20 lines
unit Flashreg;
interface
uses
Classes, DsgnIntF,
FlashLab, ClrCycEd, ClrCycE2;
procedure Register;
implementation
procedure Register;
begin
RegisterComponents('New', [TMCFlashServer, TMCFlashLabel]);
RegisterPropertyEditor(TypeInfo(TColorCycling), nil, '', TColorCyclingPropertyEditor);
end;
end.