Unit 'uCEFInterfaces' Package
[Overview][Types][Classes][Index] [#pl_cef4typhon]

ICefDragData

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

Declaration

Source position: uCEFInterfaces.pas line 7843

type ICefDragData = interface(ICefBaseRefCounted)

  function Clone;

  

  function IsReadOnly;

  

  function IsLink;

  

  function IsFragment;

  

  function IsFile;

  

  function GetLinkUrl;

  

  function GetLinkTitle;

  

  function GetLinkMetadata;

  

  function GetFragmentText;

  

  function GetFragmentHtml;

  

  function GetFragmentBaseUrl;

  

  function GetFileName;

  

  function GetFileContents();

  

  function GetFileNames();

  

  function GetFilePaths();

  

  procedure SetLinkUrl();

  

  procedure SetLinkTitle();

  

  procedure SetLinkMetadata();

  

  procedure SetFragmentText();

  

  procedure SetFragmentHtml();

  

  procedure SetFragmentBaseUrl();

  

  procedure ResetFileContents;

  

  procedure AddFile();

  

  procedure ClearFilenames;

  

  function GetImage;

  

  function GetImageHotspot;

  

  function HasImage;

  

end;

Inheritance

ICefDragData

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio