type ICefJsDialogCallback = interface(ICefBaseRefCounted)
Callback interface used for asynchronous continuation of JavaScript dialog requests.
UNKNOWN
<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))
procedure Cont(success: Boolean; const userInput: ustring); |
procedure Cont(success: Boolean; const userInput: ustring); |
|
Continue the JS dialog request. Set |success| to true (1) if the OK button was pressed. The |user_input| value should be specified for prompt dialogs. Attributes
|