type ICefSetCookieCallback = interface(ICefBaseRefCounted)
Interface to implement to be notified of asynchronous completion via ICefCookieManager.SetCookie.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_cookie_capi.h">CEF source file: /include/capi/cef_cookie_capi.h (cef_set_cookie_callback_t))
| Public | procedure OnComplete(success: Boolean); |
| Public | procedure OnComplete(success: Boolean); |
|
Method that will be called upon completion. |success| will be true (1) if the cookie was set successfully. Attributes
| |