RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crNoDrop Constant

Identifies a not allowed to drop cursor.

Pascal
crNoDrop = TCursor(-13);
C++
crNoDrop = TCursor(-13);

Controls

The TCursor type defines a cursor ident (integer). The value -13 identifies a drop disallowed cursor. It is used to indicate to the user that the cursor is hovering over an area which is not a valid target for a drag and drop operation. It is represented by a white cross within a white circle.  

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!