type TCefDeleteCookiesCallbackOwn = class(TCefBaseRefCountedOwn, ICefDeleteCookiesCallback)
This item has no description.
procedure OnComplete(numDeleted: Integer); virtual; abstract; |
|
constructor Create; virtual; |
procedure OnComplete(numDeleted: Integer); virtual; abstract; |
|
This item has no description. Showing description inherited from ICefDeleteCookiesCallback.OnComplete. Method that will be called upon completion. |num_deleted| will be the number of cookies that were deleted. |
constructor Create; virtual; |
|
This item has no description. |