Record TCefApp

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefApp = record

Description

Implement this structure to provide handler implementations. Methods will be called by the process and/or thread indicated.

Implemented by ICefApp.

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

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_before_command_line_processing: procedure(self: PCefApp; const process_type: PCefString; command_line: PCefCommandLine); stdcall;
Public on_register_custom_schemes: procedure(self: PCefApp; registrar: PCefSchemeRegistrar); stdcall;
Public get_resource_bundle_handler: function(self: PCefApp): PCefResourceBundleHandler; stdcall;
Public get_browser_process_handler: function(self: PCefApp): PCefBrowserProcessHandler; stdcall;
Public get_render_process_handler: function(self: PCefApp): PCefRenderProcessHandler; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public on_before_command_line_processing: procedure(self: PCefApp; const process_type: PCefString; command_line: PCefCommandLine); stdcall;

This item has no description.

Public on_register_custom_schemes: procedure(self: PCefApp; registrar: PCefSchemeRegistrar); stdcall;

This item has no description.

Public get_resource_bundle_handler: function(self: PCefApp): PCefResourceBundleHandler; stdcall;

This item has no description.

Public get_browser_process_handler: function(self: PCefApp): PCefBrowserProcessHandler; stdcall;

This item has no description.

Public get_render_process_handler: function(self: PCefApp): PCefRenderProcessHandler; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.