Class TCefFileDialogCallbackRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefFileDialogCallbackRef = class(TCefBaseRefCountedRef, ICefFileDialogCallback)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure Cont(const filePaths: TStrings);
Protected procedure Cancel;
Public class function UnWrap(data: Pointer): ICefFileDialogCallback;

Description

Methods

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.


Generated by PasDoc 0.16.0-snapshot.