> If you take a look the start of this thread, I mentioned that after 
> implementing Delphi/Lazarus like behavior for the main thread without 
> the need for a GUI, I'd like to enhance the concept by optionally having 
> an TApplication object for any thread 

Not every thread or program is event driven. To be honest I have missed that
term entirely till now.

Also I think a base thread should remain free from this. You can of course
create a descendant of tthread that is event driven (e.g. messagequeue, pump
and list of known events/methodvars in overriden tthread.execute)
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to