type ICefFileDialogCallback = interface(ICefBaseRefCounted)
Callback interface for asynchronous continuation of file dialog requests.
UNKNOWN
<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_file_dialog_callback_t))
procedure Cont(const filePaths: TStrings); |
|
procedure Cancel; |
procedure Cancel; |
|
Cancel the file selection. |