DELPHI VCL COMPONENT SOURCE
===========================


Files contained in this archive:

README.TXT         This file.
WiNRADiO.PAS       Visual Component source.
WRAPI.PAS          The WiNRADiO API interface unit.
WiNRADiO.16        The 16-bit component resource file.
WiNRADiO.32        The 32-bit component resource file.

There are two versions of the component resource file, WiNRADiO.DCR,
containing the icon. For Delphi 1, copy WiNRADiO.16 as WiNRADiO.DCR 
into the project directory with the .PAS files.  
For Delphi 2 and Delphi 3, copy WiNRADiO.32 as WiNRADiO.DCR into 
the project directory with the .PAS files.


To install this component as a package into the Delphi 3 IDE:

1.  Create a new project directory under Delphi 3.
2.  Copy WiNRADiO.PAS, WRAPI.PAS and the appropriate version of
    WiNRADiO.DCR into the new project directory.
3.  Start Delphi 3.
4.  Create a new package (from the File menu), calling it anything
    except "WiNRADiO", eg: "Radio".
5.  Use a description of "WiNRADiO Component"
6.  Now select Add..., Add Unit, browse and select WiNRADiO.pas in
    the new project directory.
7.  Select compile.
8.  Select Install.

The TWiNRADiO component should now be registered and there should
be a "WiNRADiO" tab on the component palette.

Now that TWiNRADiO is integrated with the IDE, you can load and run
the WiNRADiO VCL component example application.	

