------------------------------------------------------------------------------
  Name     : TfisThreadEdit		
  Files    : TfisThreadEdit.cpp, TfisThreadEdit.h, TfisThread.h,
             TfisThread.cpp, TfisThreadEdit.dcr
  Purpose  : TEdit with thread encapsulation for slow component change events
  Status   : Freeware
  Version  : 1.01, 20 March 2000
  Copyright : First Internet Software House 2000
  Contact   : http://www.fishouse.com (email: support@fishouse.com)
-------------------------------------------------------------------------------

This component creates a thread and uses it to call its 'OnThreadChange' Event whenever the
'Text' property changes.

It's very useful for a database lookup or other slow process that will normally slow down the TEdit interface. 

Set-up the 'OnThreadChange' event of the TfisThreadEdit component to the slow process. The
standard 'OnChange' event for the component still fires and executes normally. That's it, you now have background change processing on a TEdit.

