TDropFile Component for Delphi v1.0
===================================
John Tait-Doak  1995


TDropFile is a component for Delphi which supports file 
drag-and-drop operations on a form. Details of its properties, 
events and sample usage can be found in the DROPFILE.WRI file.

Release Conditions
------------------
TDropFile is released in its current (first) version as freeware -
no nag boxes or feature reduction has been implemented. If you find
it useful, please send a postcard to my children (Ian - 13 and
Claire - 11) showing where you live - the address is 

	Ian and Claire Tait-Doak,
	35 Leopardstown Drive,
	Blackrock,
	Co. Dublin,
	IRELAND.

Files in this ZIP package:
--------------------------
	DROPFILE.DCU and DROPFILE.DCR 
	Installation files for the TDropFile component.

	DROPFILE.WRI
	Documentation of the component

	DDVIEWER.DPR, DRAGDROP.PAS and DRAGDROP.DFM
	Sample application - a drag drop file viewer.

	README.TXT
	You're reading me!

Notes on the sample application
-------------------------------
The DDVIEWER app enables multiple files to be dropped on the form.
The file name(s) will be placed in a combo list box, and the first
file in the list is loaded into the memo box. Other files can be
shown by selecting them in the combo box. There is no error checking
on the files selected - if you select a file > 32K, or non-text, the
operation will fail. The purpose is to show the drag-drop operation only.

Contacting me
-------------
Compuserve: 100420,2764
Internet  : johntait@iol.ie

Let me know if you find any problems, have any ideas for improvement, etc.

John A. Tait-Doak, Dublin, Ireland.