TTMSFNCListBoxDragDropMode Enumeration
Controls whether items can be dragged within or between list boxes and what happens to the source item.
API unit family: TMSFNCListBox
Members
| Name | Description |
|---|---|
ldmNone |
Drag-and-drop is disabled. |
ldmMove |
Dragging moves the item from its source position to the drop target. |
ldmCopy |
Dragging copies the item, leaving the original in place. |