type ICefButtonDelegate = interface(ICefViewDelegate)
Implement this interface to handle Button events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.
UNKNOWN
<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))
procedure OnButtonPressed(const button: ICefButton); |
|
procedure OnButtonStateChanged(const button: ICefButton); |
procedure OnButtonPressed(const button: ICefButton); |
|
Called when |button| is pressed. Attributes
|
procedure OnButtonStateChanged(const button: ICefButton); |
|
Called when the state of |button| changes. |