The type of an OnStartDrag handler.
Source position: controls.pp line 478
type TStartDragEvent = procedure( |
Sender: TObject; |
var DragObject: TDragObject |
) of object; |
Sender |
|
The control to be dragged. |
DragObject |
|
Supply your own DragObject, or leave it Nil for automatic creation. |
An OnStartDrag event is generated for a control when it is dragged and its DragKind is dkDrag. The handler can provide a specific DragDrop object. Otherwise, a standard TDragDropObjectEx is automatically created by the DragManager.
|
The type of an OnStartDrag handler. |
CT Web help |
CodeTyphon Studio |