2010/1/21 waldo kitty <[email protected]>: > On 1/20/2010 21:01, cobines wrote: >> >> If you're not worried about your worker thread pausing from time to >> time to update the GUI, then using Synchronize is prefferable. > > as in how much "time"?? is this a standard setting or something related to > all other processing??
It is undefined. The worker thread must wait until GUI thread finishes processing current message(s) and checks the call queue. -- cobines -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
