Class TCefCustomComponentUpdateCallback

Description
Hierarchy
Fields
Methods

Unit

Declaration

type TCefCustomComponentUpdateCallback = class(TCefComponentUpdateCallbackOwn)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FEvents: Pointer;

Methods

Protected procedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); override;
Public constructor Create(const aEvents : IChromiumEvents); reintroduce;
Public destructor Destroy; override;

Description

Fields

Protected FEvents: Pointer;

This item has no description.

Methods

Protected procedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); override;

This item has no description. Showing description inherited from ICefComponentUpdateCallback.OnComplete.

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.

Public constructor Create(const aEvents : IChromiumEvents); reintroduce;

This item has no description.

Public destructor Destroy; override;

This item has no description.


Generated by PasDoc 1.0.2.