Building a Multithreaded Application

From RAD Studio
Jump to: navigation, search

Go Up to How To Build Multithreaded Applications

The video Multi-Threading in Delphi, by Marco Cantu provides an overview of multithreading.

These are the essential steps to building a VCL Forms multithreaded application with a thread object using RAD Studio.

Metaprocedure: To create a multithreaded application

  1. Create a VCL form with a defined thread object.
  2. Optionally initialize the thread.
  3. Write the thread function.
  4. Optionally write the cleanup code.

Topics

See Also