type TCefAuthCallback = record
Callback structure used for asynchronous continuation of authentication requests.
Implemented by ICefAuthCallback.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_auth_callback_capi.h">CEF source file: /include/capi/cef_auth_callback_capi.h (cef_auth_callback_t))
base: TCefBaseRefCounted; |
|
cont: procedure(self: PCefAuthCallback; const username, password: PCefString); stdcall; |
|
cancel: procedure(self: PCefAuthCallback); stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
cont: procedure(self: PCefAuthCallback; const username, password: PCefString); stdcall; |
|
This item has no description. |
cancel: procedure(self: PCefAuthCallback); stdcall; |
|
This item has no description. |