type TCefRunFileDialogCallbackOwn = class(TCefBaseRefCountedOwn, ICefRunFileDialogCallback)
This item has no description.
![]() |
procedure OnFileDialogDismissed(const filePaths: TStrings); virtual; |
![]() |
constructor Create; |
![]() |
procedure OnFileDialogDismissed(const filePaths: TStrings); virtual; |
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; |
This item has no description. |