type TCefFastSetCookieCallback = class(TCefSetCookieCallbackOwn)
This item has no description.
| Protected | FCallback: TCefSetCookieCallbackProc; |
| Protected | procedure OnComplete(success: Boolean); override; |
| Public | constructor Create(const callback: TCefSetCookieCallbackProc); reintroduce; |
| Protected | FCallback: TCefSetCookieCallbackProc; |
|
This item has no description. | |
| Protected | 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. | |
| Public | constructor Create(const callback: TCefSetCookieCallbackProc); reintroduce; |
|
This item has no description. | |