type TCefRunFileDialogCallback = record
Callback structure for ICefBrowserHost.RunFileDialog. The functions of this structure will be called on the browser process UI thread.
Implemented by ICefRunFileDialogCallback.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_capi.h">CEF source file: /include/capi/cef_browser_capi.h (cef_run_file_dialog_callback_t))
base: TCefBaseRefCounted; |
|
on_file_dialog_dismissed: procedure(self: PCefRunFileDialogCallback; file_paths: TCefStringList); stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
on_file_dialog_dismissed: procedure(self: PCefRunFileDialogCallback; file_paths: TCefStringList); stdcall; |
|
This item has no description. |