![]() |
![]() ![]() ![]() |
IESniffer component.
|
type
|
TIEWebBrowserOnFileDownload = procedure(Sender: TObject;
|
const Browser: IWebBrowser2; var Cancel: WordBool) of object;
|
|
property OnWBFileDownload: TIEWebBrowserOnFileDownload;
|
The OnWBFileDownload event occurs before displaying the FileDownload dialog box. You can cancel downloading setting the Cancel parameter to False.
|
|
This event is useful if you would like to implement your own download manager, without built-in IE download dialogs. To hook the location of the file which is about to be downloaded write OnWBBeforeNavigate2 event handler.
|
|
![]() |
OnWBBeforeNavigate2 event.
|