TBackgroundWorker component is the Delphi implementation of .NET BackgroundWorker component.

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, TBackgroundWorker component provides a convenient solution.

To execute a time-consuming operation in the background, use TBackgroundWorker component and listen for events that report the progress of your operation and signal when the operation is finished.

Download

Background Worker Component (18.1 KiB, Last updated on December 6, 2008)Source code of the TBackgroundWorker component, including the documentation and two sample programs.

Operational In

If you have a software using the TAnimateImage component, and you would like your product to be listed here, please post the link to your software’s homepage and a brief description about it on the miscellaneous section of the forum.