Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

setDownloadDelegate()

Sets the current WebView's WebDownloadDelegate

Synopsis:

#include <WebView.h>

virtual void setDownloadDelegate( DefaultDownloadDelegate* d );

Description:

The download delegate is retained by WebDownload when any downloads are in progress. It is up to the application to take care of the correct deletion of the DefaultDownloadDelegate pointer.

Arguments:

d
The WebDownloadDelegate to set.