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