[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TDragImageList

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

TDragImageList - a list of Images to be dragged

Declaration

Source position: controls.pp line 274

type TDragImageList = class(TCustomImageList)

protected

  procedure Initialize; override;

  

public

  function BeginDrag();

  

BeginDrag - start the drag process; returns True if successful

  function DragLock();

  

DragLock

  function DragMove();

  

  procedure DragUnlock;

  

  function EndDrag;

  

  function GetHotSpot; override;

  

GetHotSpot - returns the co-ordinates for the hotspot of the drag image

  procedure HideDragImage;

  

  function SetDragImage();

  

  procedure ShowDragImage;

  

  property DragCursor: TCursor; [rw]

  

  property DragHotspot: TPoint; [rw]

  

  property Dragging: Boolean; [r]

  

end;

Inheritance

TDragImageList

  

TDragImageList - a list of Images to be dragged

|

TCustomImageList

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.