[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
DragManager message types.
Source position: controls.pp line 340
type TDragMessage = ( |
||
dmDragEnter, |
|
|
dmDragLeave, |
|
|
dmDragMove, |
|
|
dmDragDrop, |
|
|
dmDragCancel, |
|
|
dmFindTarget |
|
|
); |
All messages are sent to the target control, except dmDragDrop and dmDragCancel is sent to the source control.
dmDragEnter: mouse enters control dmDragLeave: mouse leaves control dmDragMove: mouse moves over control (after dmDragEnter) dmDragDrop: control dropped dmDragCancel: dragging aborted dmFindTarget: find child control under the mouse
lazarus-ccr.sourceforge.net |