//////////////////////////////////////////////////////////////////////////////
//Component Name:        TThreadQuery
//Version:               1.1
//Platform:              Delphi 2 & 3
//Sources:               for FREE (just mail me)
//Example:               included
//Documentation:         You read it :)
//Author:                Bernhard Angerer
//Organization:          University of Technology Vienna
//Contact E-mail:        angerer@mail.ift.tuwien.ac.at
//Description:           This Component executes the Open procedure of the query
//                       in a background thread via the ThreadOpen procedure.
//                       The OnThreadReady event is fired when the Query is connected
//Importand:             Do not connect the Query to a DataSource before the
//                       OnThreadReady event !!
//Problems:              It is working with InterBase but with Paradox Tables
//                       there are sometimes (?) problems
//                       (exception during exiting the application)
//////////////////////////////////////////////////////////////////////////////
