Class TCefButtonDelegateRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefButtonDelegateRef = class(TCefViewDelegateRef, ICefButtonDelegate)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure OnButtonPressed(const button: ICefButton);
Protected procedure OnButtonStateChanged(const button: ICefButton);
Public class function UnWrap(data: Pointer): ICefButtonDelegate;

Description

Methods

Protected procedure OnButtonPressed(const button: ICefButton);

This item has no description. Showing description inherited from ICefButtonDelegate.OnButtonPressed.

Called when |button| is pressed.

Protected procedure OnButtonStateChanged(const button: ICefButton);

This item has no description. Showing description inherited from ICefButtonDelegate.OnButtonStateChanged.

Called when the state of |button| changes.

Public class function UnWrap(data: Pointer): ICefButtonDelegate;

Returns a ICefButtonDelegate instance using a PCefButtonDelegate data pointer.


Generated by PasDoc 0.16.0-snapshot.