It looks like you're new here. If you want to get involved, click one of these buttons!
When dragging an item from a tree component, the DragCursor = crDrag
unless the control key is down, in which case the drag cursor used is
crMultDrag. How can I keep it to crDrag regardless of which keys are
down?
Peter Below replied:
"I cannot reproduce the behaviour you are describing with a TTreeview in
Delphi XE2 (on Win7 64). The drag cursor stays what is configured in
the DragCursor property however I try."
How can I keep the same drag cursor no matter which keys are down?
Thanks.
Raymond
Comments