Class TCefBeforeDownloadCallbackRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefBeforeDownloadCallbackRef = class(TCefBaseRefCountedRef, ICefBeforeDownloadCallback)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure Cont(const downloadPath: ustring; showDialog: Boolean);
Public class function UnWrap(data: Pointer): ICefBeforeDownloadCallback;

Description

Methods

Protected procedure Cont(const downloadPath: ustring; showDialog: Boolean);

This item has no description. Showing description inherited from ICefBeforeDownloadCallback.Cont.

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.

Public class function UnWrap(data: Pointer): ICefBeforeDownloadCallback;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.