JVCL Help:TJvMTThread.RunCopy

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

Search in JVCL Help

 
Search in all projects
 

Summary

Starts the execution of another thread.


Pascal

 procedureRunCopy;


Description

Call RunCopy to release control of the currently running thread and start another thread.
The TJvMTThread component controls only one thread at a time. Thus if the thread component has already started a thread, then the component will first release control of that running thread after a call to RunCopy, before starting another thread. This running thread will continue to run after the release of control.


See Also

TJvMTThread.Run


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