type TCefFastRunFileDialogCallback = class(TCefRunFileDialogCallbackOwn)
This item has no description.
FCallback: TCefRunFileDialogCallbackProc; |
procedure OnFileDialogDismissed(const filePaths: TStrings); override; |
|
constructor Create(callback: TCefRunFileDialogCallbackProc); reintroduce; virtual; |
FCallback: TCefRunFileDialogCallbackProc; |
|
This item has no description. |
procedure OnFileDialogDismissed(const filePaths: TStrings); override; |
|
This item has no description. Showing description inherited from ICefRunFileDialogCallback.OnFileDialogDismissed. 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. |
constructor Create(callback: TCefRunFileDialogCallbackProc); reintroduce; virtual; |
|
This item has no description. |