type ICefRunFileDialogCallback = interface(ICefBaseRefCounted)
Callback interface for ICefBrowserHost.RunFileDialog. The functions of this interface will be called on the browser process UI thread.
UNKNOWN
<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))
| Public | procedure OnFileDialogDismissed(const filePaths: TStrings); |
| Public | procedure OnFileDialogDismissed(const filePaths: TStrings); |
|
Called asynchronously after the file dialog is dismissed. |file_paths| will be a single value or a list of values depending on the dialog mode. If the selection was cancelled |file_paths| will be NULL. Attributes
| |