type ICefDownloadItemCallback = interface(ICefBaseRefCounted)
Callback interface used to asynchronously cancel 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_download_item_callback_t))
![]() |
procedure Cancel; |
![]() |
procedure Pause; |
![]() |
procedure Resume; |
![]() |
procedure Cancel; |
Call to cancel the download. Attributes
|
![]() |
procedure Pause; |
Call to pause the download. |
![]() |
procedure Resume; |
Call to resume the download. |