type TCefBeforeDownloadCallback = record
Callback structure used to asynchronously continue a download.
Implemented by ICefBeforeDownloadCallback.
<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_before_download_callback_t))
![]() |
base: TCefBaseRefCounted; |
![]() |
cont: procedure(self: PCefBeforeDownloadCallback; const download_path: PCefString; show_dialog: Integer); stdcall; |
![]() |
base: TCefBaseRefCounted; |
|
This item has no description. | |
![]() |
cont: procedure(self: PCefBeforeDownloadCallback; const download_path: PCefString; show_dialog: Integer); stdcall; |
|
This item has no description. | |