type TCefFileDialogCallbackRef = class(TCefBaseRefCountedRef, ICefFileDialogCallback)
This item has no description.
procedure Cont(const filePaths: TStrings); |
|
procedure Cancel; |
|
class function UnWrap(data: Pointer): ICefFileDialogCallback; |
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(). |
procedure Cancel; |
|
This item has no description. Showing description inherited from ICefFileDialogCallback.Cancel. Cancel the file selection. |
class function UnWrap(data: Pointer): ICefFileDialogCallback; |
|
This item has no description. |