type TCefButtonDelegateRef = class(TCefViewDelegateRef, ICefButtonDelegate)
This item has no description.
procedure OnButtonPressed(const button: ICefButton); |
|
procedure OnButtonStateChanged(const button: ICefButton); |
|
class function UnWrap(data: Pointer): ICefButtonDelegate; |
procedure OnButtonPressed(const button: ICefButton); |
|
This item has no description. Showing description inherited from ICefButtonDelegate.OnButtonPressed. Called when |button| is pressed. |
procedure OnButtonStateChanged(const button: ICefButton); |
|
This item has no description. Showing description inherited from ICefButtonDelegate.OnButtonStateChanged. Called when the state of |button| changes. |
class function UnWrap(data: Pointer): ICefButtonDelegate; |
|
Returns a ICefButtonDelegate instance using a PCefButtonDelegate data pointer. |