JVCL Help:TJvMTThread.Synchronize
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMTThread.Synchronize Method
[+] TJvMTThread Events
[+] TJvMTThread Methods
[+] TJvMTThread Properties
Search in JVCL Help
Search in all projectsSummary
Executes a method call within the main thread.
Pascal
procedureSynchronize(Method: TThreadMethod);
Parameters
Parameters | Description |
Method: TThreadMethod | The method to execute within the main thread. |
Description
Runs method in the context of the main thread. This function will only return after the method has finished.
About
Notes
Should only be called from the context of the this thread. See documentation of TThread.Synchonize.
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