Search code examples
delphiinternet-exploreractivexpython-idle

Does IE raise Idle Event to ActiveX in it? If any, how to register my own code to the idle event


I developed an activex for IE using Delphi 2007 for win32. My question is: How can I get an idle event like getting one from the message loop of TApplication?

I can use a timer of course, but if IE has one, why not use it?


Solution

  • There is no such event exposed by IE.