Record TCefClient

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefClient = record

Description

Implement this structure to provide handler implementations.

Implemented by ICefClient.

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

Overview

Fields

Public base: TCefBaseRefCounted;
Public get_audio_handler: function(self: PCefClient): PCefAudioHandler; stdcall;
Public get_command_handler: function(self: PCefClient): PCefCommandHandler; stdcall;
Public get_context_menu_handler: function(self: PCefClient): PCefContextMenuHandler; stdcall;
Public get_dialog_handler: function(self: PCefClient): PCefDialogHandler; stdcall;
Public get_display_handler: function(self: PCefClient): PCefDisplayHandler; stdcall;
Public get_download_handler: function(self: PCefClient): PCefDownloadHandler; stdcall;
Public get_drag_handler: function(self: PCefClient): PCefDragHandler; stdcall;
Public get_find_handler: function(self: PCefClient): PCefFindHandler; stdcall;
Public get_focus_handler: function(self: PCefClient): PCefFocusHandler; stdcall;
Public get_frame_handler: function(self: PCefClient): PCefFrameHandler; stdcall;
Public get_permission_handler: function(self: PCefClient): PCefPermissionHandler; stdcall;
Public get_jsdialog_handler: function(self: PCefClient): PCefJsDialogHandler; stdcall;
Public get_keyboard_handler: function(self: PCefClient): PCefKeyboardHandler; stdcall;
Public get_life_span_handler: function(self: PCefClient): PCefLifeSpanHandler; stdcall;
Public get_load_handler: function(self: PCefClient): PCefLoadHandler; stdcall;
Public get_print_handler: function(self: PCefClient): PCefPrintHandler; stdcall;
Public get_render_handler: function(self: PCefClient): PCefRenderHandler; stdcall;
Public get_request_handler: function(self: PCefClient): PCefRequestHandler; stdcall;
Public on_process_message_received: function(self: PCefClient; browser: PCefBrowser; frame: PCefFrame; source_process: TCefProcessId; message_: PCefProcessMessage): Integer; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public get_audio_handler: function(self: PCefClient): PCefAudioHandler; stdcall;

This item has no description.

Public get_command_handler: function(self: PCefClient): PCefCommandHandler; stdcall;

This item has no description.

Public get_context_menu_handler: function(self: PCefClient): PCefContextMenuHandler; stdcall;

This item has no description.

Public get_dialog_handler: function(self: PCefClient): PCefDialogHandler; stdcall;

This item has no description.

Public get_display_handler: function(self: PCefClient): PCefDisplayHandler; stdcall;

This item has no description.

Public get_download_handler: function(self: PCefClient): PCefDownloadHandler; stdcall;

This item has no description.

Public get_drag_handler: function(self: PCefClient): PCefDragHandler; stdcall;

This item has no description.

Public get_find_handler: function(self: PCefClient): PCefFindHandler; stdcall;

This item has no description.

Public get_focus_handler: function(self: PCefClient): PCefFocusHandler; stdcall;

This item has no description.

Public get_frame_handler: function(self: PCefClient): PCefFrameHandler; stdcall;

This item has no description.

Public get_permission_handler: function(self: PCefClient): PCefPermissionHandler; stdcall;

This item has no description.

Public get_jsdialog_handler: function(self: PCefClient): PCefJsDialogHandler; stdcall;

This item has no description.

Public get_keyboard_handler: function(self: PCefClient): PCefKeyboardHandler; stdcall;

This item has no description.

Public get_life_span_handler: function(self: PCefClient): PCefLifeSpanHandler; stdcall;

This item has no description.

Public get_load_handler: function(self: PCefClient): PCefLoadHandler; stdcall;

This item has no description.

Public get_print_handler: function(self: PCefClient): PCefPrintHandler; stdcall;

This item has no description.

Public get_render_handler: function(self: PCefClient): PCefRenderHandler; stdcall;

This item has no description.

Public get_request_handler: function(self: PCefClient): PCefRequestHandler; stdcall;

This item has no description.

Public on_process_message_received: function(self: PCefClient; browser: PCefBrowser; frame: PCefFrame; source_process: TCefProcessId; message_: PCefProcessMessage): Integer; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.