type TCefComponentUpdateCallback = record
Callback structure for component update results.
Implemented by ICefComponentUpdateCallback.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_component_updater_capi.h">CEF source file: /include/capi/cef_component_updater_capi.h (cef_component_update_callback_t))
| Public | base: TCefBaseRefCounted; |
| Public | on_complete: procedure(self: PCefComponentUpdateCallback; const component_id: PCefString; error: TCefComponentUpdateError); stdcall; |
| Public | base: TCefBaseRefCounted; |
|
This item has no description. | |
| Public | on_complete: procedure(self: PCefComponentUpdateCallback; const component_id: PCefString; error: TCefComponentUpdateError); stdcall; |
|
This item has no description. | |