Delphi - Thread not executing in ActiveX form - but does elsewhere Delphi - Thread not executing in ActiveX form - but does elsewhere multithreading multithreading

Delphi - Thread not executing in ActiveX form - but does elsewhere


I suspect this might describe exactly what you're experiencing in your version of Delphi:

I'm not sure if that helps ... but I hope it does. At least a little :)

PS:Is there any particular reason you have to use Com/ActiveX and/or TActiveForm?


According to this article here: http://edn.embarcadero.com/article/32756 web browsers don't allow threading via ActiveX. However that still doesn't explain why it doesn't work when I put it in a C# application.