Record TCefButtonDelegate

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefButtonDelegate = record

Description

Implement this structure to handle Button events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

Implemented by ICefButtonDelegate.

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

Overview

Fields

Public base: TCefViewDelegate;
Public on_button_pressed: procedure(self: PCefButtonDelegate; button: PCefButton); stdcall;
Public on_button_state_changed: procedure(self: PCefButtonDelegate; button: PCefButton); stdcall;

Description

Fields

Public base: TCefViewDelegate;

This item has no description.

Public on_button_pressed: procedure(self: PCefButtonDelegate; button: PCefButton); stdcall;

This item has no description.

Public on_button_state_changed: procedure(self: PCefButtonDelegate; button: PCefButton); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.