NAME : TGFGLEasyThread beta version .1 
(copy right) Greg Lorriman 1998
Release date : 2 Oct 1998, initial release 2 Oct 1998

PURPOSE : Quick and easy componentised threading. Does not protect
user from normal threading issues.

BASIC USAGE: Assign a handler to the Exec event. Code in this 
handler becomes your thread code. Then call start method. Use 
thread.synchronize() for VCL syncronisation. Stop terminates
and destroys the thread (as does freeing the component).

COMPATABILITY : D2 and D3 component. Probably works with with D4. 
C++ builder compatability not known. 

INSTALLATION : Remember that the directory in which the component 
is placed must be in Delphi's search path.

HELPFILE : KWF file is included for incorporation into VCL help. Use
the Helpinst utility for D2. For D3 place the hlp file in the D3
help folder and add ":link easythrd.hlp" to the end of the 
vcl3.cnt file (a D3 file). D3 help integration is very limited.
An improvement may be afforded by deleting the GID or FTS files (for D3)
but I advise preserving these files in case of disaster.

LICENSE : see license.txt

DISTRIBUTION : Reasonable distribution charge only. All files in the 
original archive must be supplied, and must be unmodified. Original 
archive is available from :

	http://www.lorriman.demon.co.uk

CONTACT : Greg Lorriman  greg@lorriman.demon.co.uk

DISCLAIMER : This component, and associated files, comes with no 
warranties express or implied, and the author does not accept 
responsibility for any problems that this component may cause. 
Use at your own risk. 