type TCefSetCookieCallbackOwn = class(TCefBaseRefCountedOwn, ICefSetCookieCallback)
This item has no description.
| Protected | procedure OnComplete(success: Boolean); virtual; abstract; |
| Public | constructor Create; virtual; |
| Protected | procedure OnComplete(success: Boolean); virtual; abstract; |
|
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; virtual; |
|
This item has no description. | |