type TCefFastDownloadImageCallback = class(TCefDownloadImageCallbackOwn)
This item has no description.
FProc: TOnDownloadImageFinishedProc; |
procedure OnDownloadImageFinished(const imageUrl: ustring; httpStatusCode: Integer; const image: ICefImage); override; |
|
constructor Create(const proc: TOnDownloadImageFinishedProc); reintroduce; |
FProc: TOnDownloadImageFinishedProc; |
|
This item has no description. |
procedure OnDownloadImageFinished(const imageUrl: ustring; httpStatusCode: Integer; const image: ICefImage); override; |
|
This item has no description. Showing description inherited from ICefDownloadImageCallback.OnDownloadImageFinished. Method that will be executed when the image download has completed. |image_url| is the URL that was downloaded and |http_status_code| is the resulting HTTP status code. |image| is the resulting image, possibly at multiple scale factors, or NULL if the download failed. |
constructor Create(const proc: TOnDownloadImageFinishedProc); reintroduce; |
|
This item has no description. |