Identifies a not allowed to drop cursor.
crNoDrop = TCursor(-13);
crNoDrop = TCursor(-13);
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|