JVCL Help:TJvMTThread.Wait
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMTThread.Wait Method
[+] TJvMTThread Events
[+] TJvMTThread Methods
[+] TJvMTThread Properties
Search in JVCL Help
Search in all projectsSummary
Waits for the thread to terminate.
Pascal
procedureWait;
Description
Returns when the thread state becomes tsFinished.
Wait doesn't return until the thread terminates, so the thread must exit either by finishing the OnExecute handler or by calling CheckTerminate after Terminate has been called.
See Also
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