On 03/30/2011 01:05 AM, cobines wrote:
  I'll use DebugLn via Synchronize.

Synchronize is not a good option for DebugLn, as (1) you need to pass parameters and (2) it will stall the thread for an unforeseeable amount of time. Application.QueuAsyncCall has been provided for exactly that purpose by some thoughtful person log ago, but alas,....

-Michael

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to