Record TCefFocusHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefFocusHandler = record

Description

Implement this structure to handle events related to focus. The functions of this structure will be called on the UI thread.

Implemented by ICefFocusHandler.

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

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_take_focus: procedure(self: PCefFocusHandler; browser: PCefBrowser; next: Integer); stdcall;
Public on_set_focus: function(self: PCefFocusHandler; browser: PCefBrowser; source: TCefFocusSource): Integer; stdcall;
Public on_got_focus: procedure(self: PCefFocusHandler; browser: PCefBrowser); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public on_take_focus: procedure(self: PCefFocusHandler; browser: PCefBrowser; next: Integer); stdcall;

This item has no description.

Public on_set_focus: function(self: PCefFocusHandler; browser: PCefBrowser; source: TCefFocusSource): Integer; stdcall;

This item has no description.

Public on_got_focus: procedure(self: PCefFocusHandler; browser: PCefBrowser); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.