type ICefBeforeDownloadCallback = interface(ICefBaseRefCounted)
Callback interface used to asynchronously continue a download.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_download_handler_capi.h">CEF source file: /include/capi/cef_download_handler_capi.h (cef_before_download_callback_t))
procedure Cont(const downloadPath: ustring; showDialog: Boolean); |
procedure Cont(const downloadPath: ustring; showDialog: Boolean); |
|
Call to continue the download. Set |download_path| to the full file path for the download including the file name or leave blank to use the suggested name and the default temp directory. Set |show_dialog| to true (1) if you do wish to show the default "Save As" dialog. Attributes
|