JVCL Help:TJvMTThread

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvMTComponent
TJvMTManagedComponent
TJvMTThread
run\JvMTComponents.pas


Summary

Enables creation of separate threads of execution in an application.

run\JvMTComponents.pas


Pascal

 run\JvMTComponents.pas
 TJvMTThread = class(TJvMTManagedComponent);


Description

  1. JVCLInfo

The TJvMTThread component is a wrapper for the VCL TThread class. The wrapper can spawn multiple MT thread's
You can drop a TJvMTThread component on a form and write an OnExecute handler that executes when the thread is run.
Start the thread automatically by setting the RunOnCreate property to True, or manually by calling its Run method.
Name of the thread. This name will be displayed in the Delphi Threads debug window.
You must associate a TJvMTManager component with the thread by setting its Manager property.

run\JvMTComponents.pas


About

Navigation

run\JvMTComponents.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page