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

TDragImageListResolution

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

Declaration

Source position: controls.pp line 345

type TDragImageListResolution = class(TCustomImageListResolution)

protected

  class procedure WSRegisterClass; override;

  property ImageList: TDragImageList; [r]

public

  constructor Create(); override;

  function GetHotSpot; override;

  function BeginDrag();

  function DragLock();

  function DragMove();

  procedure DragUnlock;

  function EndDrag;

  procedure HideDragImage;

  procedure ShowDragImage;

  property DragHotspot: TPoint; [rw]

  property Dragging: Boolean; [r]

end;

Inheritance

TDragImageListResolution

|

TCustomImageListResolution

|

TLCLReferenceComponent

  

Base class for all components having an associated widget.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

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