JVCL Help:TJvMTThread.Synchronize

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

Search in JVCL Help

 
Search in all projects
 

Summary

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