type TCefRunContextMenuCallbackRef = class(TCefBaseRefCountedRef, ICefRunContextMenuCallback)
This item has no description.
procedure Cont(commandId: Integer; eventFlags: TCefEventFlags); |
|
procedure Cancel; |
|
class function UnWrap(data: Pointer): ICefRunContextMenuCallback; |
procedure Cont(commandId: Integer; eventFlags: TCefEventFlags); |
|
This item has no description. Showing description inherited from ICefRunContextMenuCallback.Cont. Complete context menu display by selecting the specified |command_id| and |event_flags|. |
procedure Cancel; |
|
This item has no description. Showing description inherited from ICefRunContextMenuCallback.Cancel. Cancel context menu display. |
class function UnWrap(data: Pointer): ICefRunContextMenuCallback; |
|
This item has no description. |