On 07/21/2016 11:37 PM, Donald Ziesig wrote:
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() ) .
TThread.Synchronize additionally stalls the thread that calls TThread.Synchronize() until the main thread is done with executing the scheduled event handler procedure.
-Michael
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
