RAD Studio
ContentsIndex
PreviousUpNext
Building a Multithreaded Application

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

To drop a component on a form

  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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!