Introduction - If you have any usage issues, please Google them yourself
TBackgroundWorker v1.10.
The TBackgroundWorker component allows you to run an operation on a separate, dedicated thread. Time-consuming operations like downloads and database transactions can cause your user interface (UI) to seem as though it has stopped responding while they are running. When you want a responsive UI and you are faced with long delays associated with such operations, the TBackgroundWorker component provides a convenient solution.