Component Name: TSchTaskQueue
        Author: Snuki
 Creation Date: 2005.12.08.
       Version: 1.0
   Description: Simple queue component for doing task in order
        E-mail: snuki@freemail.hu
       Website: - none -
  Legal Issues: All rigths reserved 1996-2005 by Snuki


Usage:
  Just add the tasks and call StartTask method.
  The component begin the work while any task is exist.
  Every task have name and ID (TSchTaskInfo).
  If begin a task, then OnNextTask event occured.
  When the task is finished, then will be removed from the task list,
  and start the next.

See the sample source for more info.
