Quantcast
Channel: Delphi 2009 – DELPHI AREA
Viewing all articles
Browse latest Browse all 10

Background Worker Component

$
0
0

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

Note: There is a file embedded within this post, please visit this post to download the file.

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.


Viewing all articles
Browse latest Browse all 10

Trending Articles