Record TCefDialogHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefDialogHandler = record

Description

Implement this structure to handle dialog events. The functions of this structure will be called on the browser process UI thread.

Implemented by ICefDialogHandler.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_dialog_handler_capi.h">CEF source file: /include/capi/cef_dialog_handler_capi.h (cef_dialog_handler_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_file_dialog: function(self: PCefDialogHandler; browser: PCefBrowser; mode: TCefFileDialogMode; const title, default_file_path: PCefString; accept_filters: TCefStringList; callback: PCefFileDialogCallback): Integer; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public on_file_dialog: function(self: PCefDialogHandler; browser: PCefBrowser; mode: TCefFileDialogMode; const title, default_file_path: PCefString; accept_filters: TCefStringList; callback: PCefFileDialogCallback): Integer; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.