| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Check whether there are any synchronize calls in the synchronize queue.
Source position: classesh.inc line 1535
| procedure CheckSynchronize( | 
| timeout: LongInt = 0 | 
| ); | 
CheckSynchronize should be called regularly by the main application thread to handle any TThread.synchronize calls that may be waiting for execution by the main thread.
| 
 | Synchronizes the thread by executing the method in the main thread. |