RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crMultiDrag Constant

Identifies a multiple item drag cursor.

Pascal
crMultiDrag = TCursor(-16);
C++
crMultiDrag = TCursor(-16);

Controls

The TCursor type defines a cursor ident (integer). The value -16 identifies a multi item drag cursor. It is used to indicate that a group of items have been selected and are being dragged.  

Use the Screen Cursor property to set the cursor type to one of the TCursor values. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!