[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A drag object for dragging a control.
Source position: controls.pp line 443
type TDragControlObject = class(TDragObject) end; |
||
protected |
||
function GetDragCursor(); override; |
|
Asks the Control to provide an cursor. |
function GetDragImages; override; |
|
Asks the Control to provide an ImageList. |
|
A drag object for dragging a control. |
|
| | ||
|
Base class for managing drag operations and user feedback. |
|
| | ||
TObject |
While a TDragObject can be used for dragging controls, this class knows that it drags a control, and asks it for an DragCursor and DragImages.
|
Base class for managing drag operations and user feedback. |
lazarus-ccr.sourceforge.net |