JVCL Help:TJvMTThread
JVCL Help: TJvMTThread Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvMTComponent
TJvMTManagedComponent
TJvMTThread
run\JvMTComponents.pas
Summary
Enables creation of separate threads of execution in an application.
Pascal
run\JvMTComponents.pas
TJvMTThread = class(TJvMTManagedComponent);
Description
- 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.
About
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