type TCefComponentUpdateCallbackOwn = class(TCefBaseRefCountedOwn, ICefComponentUpdateCallback)
This item has no description.
| Protected | procedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); virtual; |
| Public | constructor Create; virtual; |
| Protected | procedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); virtual; |
|
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; virtual; |
|
This item has no description. | |