type TCefButtonDelegate = record
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))
base: TCefViewDelegate; |
|
on_button_pressed: procedure(self: PCefButtonDelegate; button: PCefButton); stdcall; |
|
on_button_state_changed: procedure(self: PCefButtonDelegate; button: PCefButton); stdcall; |
base: TCefViewDelegate; |
|
This item has no description. |
on_button_pressed: procedure(self: PCefButtonDelegate; button: PCefButton); stdcall; |
|
This item has no description. |
on_button_state_changed: procedure(self: PCefButtonDelegate; button: PCefButton); stdcall; |
|
This item has no description. |