type TCefCustomComponentUpdateCallback = class(TCefComponentUpdateCallbackOwn)
This item has no description.
| Protected | FEvents: Pointer; |
| Protected | procedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); override; |
| Public | constructor Create(const aEvents : IChromiumEvents); reintroduce; |
| Public | destructor Destroy; override; |
| Protected | FEvents: Pointer; |
|
This item has no description. | |
| 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. | |