type TCefCustomDownloadImageCallback = class(TCefDownloadImageCallbackOwn)
This item has no description.
FEvents: Pointer; |
procedure OnDownloadImageFinished(const imageUrl: ustring; httpStatusCode: Integer; const image: ICefImage); override; |
|
constructor Create(const aEvents : IChromiumEvents); reintroduce; |
|
destructor Destroy; override; |
FEvents: Pointer; |
|
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 aEvents : IChromiumEvents); reintroduce; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |