<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 07/21/2016 11:37 PM, Donald Ziesig
wrote:<br>
</div>
<blockquote
cite="mid:742859de-2300-0151-b4b9-77b545cf0c79@ziesig.org"
type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<br>
</blockquote>
TThread.Queue simply schedules an event in the Main Thread queue
(i.e. an event handler procedure will be called when the main thread
next time calls CheckSynchronize() ) .<br>
<br>
TThread.Synchronize additionally stalls the thread that calls
TThread.Synchronize() until the main thread is done with executing
the scheduled event handler procedure. <br>
<br>
-Michael<br>
</body>
</html>