[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TDragControlObject - a drag object that is a control
Source position: controls.pp line 365
type TDragControlObject = class(TDragObject) |
||
protected |
||
function GetDragCursor(); override; |
|
GetDragCursor - returns the cursor for use during dragging |
function GetDragImages; override; |
|
GetDragImages - returns a list of images for dragging |
end; |
|
TDragControlObject - a drag object that is a control |
|
| | ||
|
TDragObject - the base class for many objects that are designed to be dragged and dropped |
|
| | ||
TObject |