I try to make a cutomized webbrowser which infact is a Twebbrowser that has an extra feature: it dispatch an event TimerOut when the page does not load within 30 seconds.
SO I added an timer in TwebbrowsersTimerOut that inherits from Twebbrowser.
The idea would be to lunch this timer on the BeforeNavigate or DownloadBegin event: and stop the counter on the onDownloadComplete event.
Trouble is that I have no idea how to override these events: and more globally how to override events from existing components: can someone help me with overriding TwebBrowser components and especailly its events ?
regards