RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.OnDownloadComplete Event

Occurs when a navigation operation finishes, is halted, or fails.

Pascal
property OnDownloadComplete: TNotifyEvent;
C++
__property TNotifyEvent OnDownloadComplete;

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.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!