type TCefComponentUpdateCallbackRef = class(TCefBaseRefCountedRef, ICefComponentUpdateCallback)
This item has no description.
| Protected | procedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); |
| Public | class function UnWrap(data: Pointer): ICefComponentUpdateCallback; |
| Protected | procedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); |
|
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 | class function UnWrap(data: Pointer): ICefComponentUpdateCallback; |
|
This item has no description. | |