[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TDragImageList - a list of Images to be dragged
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; |
|
TDragImageList - a list of Images to be dragged |
|
| | ||
TCustomImageList |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |