Interface ICefComponentUpdateCallback

Description
Hierarchy
Methods

Unit

Declaration

type ICefComponentUpdateCallback = interface(ICefBaseRefCounted)

Description

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))

Hierarchy

Overview

Methods

Public procedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError);

Description

Methods

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
GUID['{EBB80EAD-321A-402A-A2E8-942AAD7E0808}']

Generated by PasDoc 1.0.2.