[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The base class for many objects that are designed to be dragged and dropped
Source position: controls.pp line 334
type TDragObject = class |
||
protected |
||
procedure EndDrag(); virtual; |
||
function GetDragImages; virtual; |
|
|
function GetDragCursor(); virtual; |
|
|
public |
||
constructor Create(); virtual; |
|
|
procedure HideDragImage; virtual; |
|
Procedure for hiding the drag image during movement |
procedure ShowDragImage; virtual; |
|
Procedure for keeping the image visible during movement |
property AlwaysShowDragImages: Boolean; [rw] |
|
Should the image of dragged objects always be shown? |
property AutoCreated: Boolean; [r] |
||
|
The control that is to be dragged |
|
|
Find position for this object |
|
property DragTarget: TControl; [rw] |
|
The control object to which the current object is to be dragged (target) |
property DragTargetPos: TPoint; [rw] |
|
The position of the taget control object to which the currect object is to be dragged |
end; |
|
The base class for many objects that are designed to be dragged and dropped |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |