SHDocVw.TWebBrowser.OnDownloadComplete
Delphi
property OnDownloadComplete: TNotifyEvent read FOnDownloadComplete write FOnDownloadComplete;
C++
__property System::Classes::TNotifyEvent OnDownloadComplete = {read=FOnDownloadComplete, write=FOnDownloadComplete};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | SHDocVw.pas SHDocVw.hpp |
SHDocVw | TWebBrowser |
Description
Occurs when a navigation operation finishes, is halted, or fails.
Write an OnDownloadComplete event handler to take specific action after the Web browser stops a downloading operation. For example, use the OnDownloadComplete event to stop an download indication that is started in an OnDownloadBegin event handler.
Note: Unlike the OnNavigateComplete2 event, OnDownloadComplete occurs even if the Web browser does not successfully navigate to an URL.