type ICefComponentUpdateCallback = interface(ICefBaseRefCounted)
Callback structure for component update results.
UNKNOWN
<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 | procedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); |
| Public | procedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); |
|
Called when the component update operation completes. |component_id| is the ID of the component that was updated. |error| contains the result of the operation. Attributes
| |