type TCefCustomSetCookieCallback = class(TCefSetCookieCallbackOwn)
This item has no description.
![]() |
FEvents: Pointer; |
![]() |
FID: integer; |
![]() |
procedure OnComplete(success: Boolean); override; |
![]() |
constructor Create(const aEvents : IChromiumEvents; aID : integer); reintroduce; |
![]() |
destructor Destroy; override; |
![]() |
FEvents: Pointer; |
This item has no description. |
![]() |
FID: integer; |
This item has no description. |
![]() |
procedure OnComplete(success: Boolean); override; |
This item has no description. Showing description inherited from ICefSetCookieCallback.OnComplete. Method that will be called upon completion. |success| will be true (1) if the cookie was set successfully. |
![]() |
constructor Create(const aEvents : IChromiumEvents; aID : integer); reintroduce; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |