Unit 'cef3intf' Package
[Overview][Types][Classes][Index] [#pl_cef]

ICefContextMenuParams

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: cef3intf.pas line 440

type ICefContextMenuParams = interface(ICefBaseRefCounted)

  function GetXCoord;

  

  function GetYCoord;

  

  function GetTypeFlags;

  

  function GetLinkUrl;

  

  function GetUnfilteredLinkUrl;

  

  function GetSourceUrl;

  

  function HasImageContents;

  

  function GetTitleText;

  

  function GetPageUrl;

  

  function GetFrameUrl;

  

  function GetFrameCharset;

  

  function GetMediaType;

  

  function GetMediaStateFlags;

  

  function GetSelectionText;

  

  function GetMisspelledWord;

  

  function GetDictionarySuggestions();

  

  function IsEditable;

  

  function IsSpellCheckEnabled;

  

  function GetEditStateFlags;

  

  function IsCustomMenu;

  

  function IsPepperMenu;

  

  property XCoord: Integer; [r]

  

  property YCoord: Integer; [r]

  

  property TypeFlags: TCefContextMenuTypeFlags; [r]

  

  property LinkUrl: ustring; [r]

  

  property UnfilteredLinkUrl: ustring; [r]

  

  property SourceUrl: ustring; [r]

  

  property PageUrl: ustring; [r]

  

  property FrameUrl: ustring; [r]

  

  property FrameCharset: ustring; [r]

  

  property MediaType: TCefContextMenuMediaType; [r]

  

  property MediaStateFlags: TCefContextMenuMediaStateFlags; [r]

  

  property SelectionText: ustring; [r]

  

  property EditStateFlags: TCefContextMenuEditStateFlags; [r]

  

end;

Inheritance

ICefContextMenuParams

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio