type TCefJsDialogCallback = record
Callback structure used for asynchronous continuation of JavaScript dialog requests.
Implemented by ICefJsDialogCallback.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_jsdialog_handler_capi.h">CEF source file: /include/capi/cef_jsdialog_handler_capi.h (cef_jsdialog_callback_t))
base: TCefBaseRefCounted; |
|
cont: procedure(self: PCefJsDialogCallback; success: Integer; const user_input: PCefString); stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
cont: procedure(self: PCefJsDialogCallback; success: Integer; const user_input: PCefString); stdcall; |
|
This item has no description. |