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

ICefDragData

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

Declaration

Source position: cef3intf.pas line 659

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();

  

  procedure SetLinkUrl();

  

  procedure SetLinkTitle();

  

  procedure SetLinkMetadata();

  

  procedure SetFragmentText();

  

  procedure SetFragmentHtml();

  

  procedure SetFragmentBaseUrl();

  

  procedure ResetFileContents;

  

  procedure AddFile();

  

end;

Inheritance

ICefDragData

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio