type ICefButtonDelegateEvents = interface(ICefViewDelegateEvents)
Custom interface used to handle all the ICefButtonDelegate events.
![]() |
procedure doOnButtonPressed(const button: ICefButton); |
![]() |
procedure doOnButtonStateChanged(const button: ICefButton); |
![]() |
procedure doOnButtonPressed(const button: ICefButton); |
This item has no description. Attributes
|
![]() |
procedure doOnButtonStateChanged(const button: ICefButton); |
This item has no description. |