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