![]() |
![]() ![]() ![]() |
IESniffer component.
|
type
|
TIESnifferUnloadEvent = procedure(Sender: TObject; const URL: String) of object;
|
|
property OnWindowUnload: TIESnifferUnloadEvent;
|
The OnWindowUnload event notifies that the Explorer window was closed (disappears from screen), process has been terminated and all its handles was destroyed, so you can not use its IWebBrowser2 interface anymore.
|
|
However, you should stop using that browser instance once it only was about to be destroyed, after receiving OnWBQuit event.
|
OnWindowLoad and OnWBQuit events.
|