type TCefFileDialogCallbackRef = class(TCefBaseRefCountedRef, ICefFileDialogCallback)
This item has no description.
| Protected | procedure Cont(const filePaths: TStrings); |
| Protected | procedure Cancel; |
| Public | class function UnWrap(data: Pointer): ICefFileDialogCallback; |
| Protected | procedure Cont(const filePaths: TStrings); |
|
This item has no description. Showing description inherited from ICefFileDialogCallback.Cont. Continue the file selection. |file_paths| should be a single value or a list of values depending on the dialog mode. An NULL |file_paths| value is treated the same as calling cancel(). | |
| Protected | procedure Cancel; |
|
This item has no description. Showing description inherited from ICefFileDialogCallback.Cancel. Cancel the file selection. | |
| Public | class function UnWrap(data: Pointer): ICefFileDialogCallback; |
|
This item has no description. | |