Sets the current WebView's WebDownloadDelegate
#include <WebView.h> virtual void setDownloadDelegate( DefaultDownloadDelegate* d );
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.