[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates whether the control performs drag-drop or drag-dock.
Source position: controls.pp line 388
type TDragKind = ( |
||
dkDrag, |
|
Control is dragged for dropping. |
dkDock |
|
Control is dragged for docking. |
); |
lazarus-ccr.sourceforge.net |