type TCefCustomDeleteCookiesCallback = class(TCefDeleteCookiesCallbackOwn)
This item has no description.
![]() |
FEvents: Pointer; |
![]() |
procedure OnComplete(numDeleted: Integer); override; |
![]() |
constructor Create(const aEvents : IChromiumEvents); reintroduce; |
![]() |
destructor Destroy; override; |
![]() |
FEvents: Pointer; |
This item has no description. |
![]() |
procedure OnComplete(numDeleted: Integer); override; |
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(const aEvents : IChromiumEvents); reintroduce; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |