type TCefRunContextMenuCallbackRef = class(TCefBaseRefCountedRef, ICefRunContextMenuCallback)
This item has no description.
| Protected | procedure Cont(commandId: Integer; eventFlags: TCefEventFlags); |
| Protected | procedure Cancel; |
| Public | class function UnWrap(data: Pointer): ICefRunContextMenuCallback; |
| Protected | 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|. | |
| Protected | procedure Cancel; |
|
This item has no description. Showing description inherited from ICefRunContextMenuCallback.Cancel. Cancel context menu display. | |
| Public | class function UnWrap(data: Pointer): ICefRunContextMenuCallback; |
|
This item has no description. | |