type TCefRunQuickMenuCallbackRef = class(TCefBaseRefCountedRef, ICefRunQuickMenuCallback)
This item has no description.
![]() |
procedure Cont(command_id: Integer; event_flags: TCefEventFlags); |
![]() |
procedure Cancel; |
![]() |
class function UnWrap(data: Pointer): ICefRunQuickMenuCallback; |
![]() |
procedure Cont(command_id: Integer; event_flags: TCefEventFlags); |
This item has no description. Showing description inherited from ICefRunQuickMenuCallback.Cont. Complete quick menu display by selecting the specified |command_id| and |event_flags|. |
![]() |
procedure Cancel; |
This item has no description. Showing description inherited from ICefRunQuickMenuCallback.Cancel. Cancel quick menu display. |
![]() |
class function UnWrap(data: Pointer): ICefRunQuickMenuCallback; |
This item has no description. |