type TCefJsDialogCallbackRef = class(TCefBaseRefCountedRef, ICefJsDialogCallback)
This item has no description.
| Protected | procedure Cont(success: Boolean; const userInput: ustring); |
| Public | class function UnWrap(data: Pointer): ICefJsDialogCallback; |
| Protected | procedure Cont(success: Boolean; const userInput: ustring); |
|
This item has no description. Showing description inherited from ICefJsDialogCallback.Cont. 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. | |
| Public | class function UnWrap(data: Pointer): ICefJsDialogCallback; |
|
This item has no description. | |