JVCL Help:TJvMTThread.Run
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMTThread.Run Method
[+] TJvMTThread Events
[+] TJvMTThread Methods
[+] TJvMTThread Properties
Search in JVCL Help
Search in all projectsSummary
Starts the execution of a thread.
Pascal
procedureRun;
Description
Activates the thread. The OnExecute event will fire during or after a call to Run. The thread status should be stInitializing or stWaiting, any other state will raise an EMTThread exception.
Call Run to create and execute a thread. If the thread was suspended, then calling Run will cause the suspended thread to start running again.
See Also
TJvMTThread.RunOnCreate, TJvMTThread.Terminate
About
Notes
Property Status must have value tsInitializing or tsWaiting. Otherwise, an exception is raised.
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