Record TCefComponentUpdateCallback

Description
Fields

Unit

Declaration

type TCefComponentUpdateCallback = record

Description

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

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_complete: procedure(self: PCefComponentUpdateCallback; const component_id: PCefString; error: TCefComponentUpdateError); stdcall;

Description

Fields

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.


Generated by PasDoc 1.0.2.