[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 392
type TDragControlObject = class(TDragObject) |
||
protected |
||
function GetDragCursor(); override; |
|
Returns the dragging cursor type. |
function GetDragImages; override; |
|
Returns a list of images for dragging. |
end; |
|
A drag object for dragging a control. |
|
| | ||
|
Base class for managing drag operations and feedback. |
|
| | ||
TObject |
The dragged control is used to determine the DragCursor and DragImages.
|
Base class for managing drag operations and feedback. |
lazarus-ccr.sourceforge.net |