type TCefDialogHandler = record
Implement this structure to handle dialog events. The functions of this structure will be called on the browser process UI thread.
Implemented by ICefDialogHandler.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_dialog_handler_capi.h">CEF source file: /include/capi/cef_dialog_handler_capi.h (cef_dialog_handler_t))
![]() |
base: TCefBaseRefCounted; |
![]() |
on_file_dialog: function(self: PCefDialogHandler; browser: PCefBrowser; mode: TCefFileDialogMode; const title, default_file_path: PCefString; accept_filters, accept_extensions, accept_descriptions: TCefStringList; callback: PCefFileDialogCallback): Integer; stdcall; |
![]() |
base: TCefBaseRefCounted; |
This item has no description. |
![]() |
on_file_dialog: function(self: PCefDialogHandler; browser: PCefBrowser; mode: TCefFileDialogMode; const title, default_file_path: PCefString; accept_filters, accept_extensions, accept_descriptions: TCefStringList; callback: PCefFileDialogCallback): Integer; stdcall; |
This item has no description. |