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

TCEFDragAndDropMgr

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

Declaration

Source position: uCEFDragAndDropMgr.pas line 31

type TCEFDragAndDropMgr = class(TOLEDragAndDropMgr)

protected

  FCurrentDragData: ICefDragData;

  

  FOLEEffect: Integer;

  

  FMozURLFormat: Cardinal;

  

  FHTMLFormat: Cardinal;

  

  FFileDescFormat: Cardinal;

  

  FFileContentsFormat: Cardinal;

  

  FOnDragEnter: TDragEnterEvent;

  

  FOnDragOver: TDragOverEvent;

  

  FOnDragLeave: TNotifyEvent;

  

  FOnDrop: TDropEvent;

  

  function DragDataToDataObject_Unicode();

  

  function DragDataToDataObject_Text();

  

  function DragDataToDataObject_HTML();

  

  function DragDataToDataObject_URL();

  

  function DragDataToDataObject_FileDesc();

  

  function DragDataToDataObject_FileContents();

  

  procedure DataObjectToDragData();

  

  function DataObjectToDragData_Unicode();

  

  function DataObjectToDragData_Text();

  

  function DataObjectToDragData_URL();

  

  function DataObjectToDragData_HTML();

  

  function DataObjectToDragData_FileDrop();

  

  function HtmlToCFHtml();

  

  procedure CFHtmlToHtml();

  

  function ZeroFiller();

  

  function FindStringField();

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function StartDragging;

  

  function CloneDragData();

  

  function DragEnter(); override;

  

  function DragOver(); override;

  

  function DragLeave; override;

  

  function Drop(); override;

  

  property OnDragEnter: TDragEnterEvent; [rw]

  

  property OnDragOver: TDragOverEvent; [rw]

  

  property OnDragLeave: TNotifyEvent; [rw]

  

  property OnDrop: TDropEvent; [rw]

  

end;

Inheritance

TCEFDragAndDropMgr

  

|

TOLEDragAndDropMgr

  

|

TObject



CT Web help

CodeTyphon Studio