[Lazarus] nonlcl basic issue: is codetools LCL dependent?
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Jun 26 10:52:47 CEST 2014
On Thu, 26 Jun 2014 09:28:28 +0200
Michael Schnell <mschnell at lumino.de> wrote:
>[...]
> - TThread.Queue,:
> I use this to implement Application.QueuAsyncCall.
> I can try to do the (supposedly minimal) code that in TThread.Queue
> forwards the procedure of object to the Event queue, native in the
> implementation of my TApplication class.
Application.QueueAsyncCall works in nogui if you call
Application.ProcessMessages.
Why use TThread.Queue?
Mattias
More information about the Lazarus
mailing list