Class TCefButtonDelegateOwn

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefButtonDelegateOwn = class(TCefViewDelegateOwn, ICefButtonDelegate)

Description

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

<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))

Hierarchy

Overview

Methods

Protected procedure OnButtonPressed(const button: ICefButton); virtual;
Protected procedure OnButtonStateChanged(const button: ICefButton); virtual;
Protected procedure InitializeCEFMethods; override;
Public constructor Create; override;

Description

Methods

Protected procedure OnButtonPressed(const button: ICefButton); virtual;

Called when |button| is pressed.

Protected procedure OnButtonStateChanged(const button: ICefButton); virtual;

Called when the state of |button| changes.

Protected procedure InitializeCEFMethods; override;

Links the methods in the internal CEF record data pointer with the methods in this class.

Public constructor Create; override;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.