How To Build Multithreaded Applications
From RAD Studio
Go Up to How To Build VCL Forms Applications
The video Multi-Threading in Delphi, by Marco Cantu provides an overview of multithreading.
Topics
- Building a Multithreaded Application
- Writing Cleanup Code
- Avoiding Simultaneous Thread Access to the Same Memory
- Defining the Thread Object
- Handling Exceptions
- Initializing a Thread
- Using the Main VCL Thread
- Waiting for Threads
- Writing the Thread Function (Procedure)