RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crNone Constant

Identifies an invisible cursor.

Pascal
crNone = TCursor(-1);
C++
crNone = TCursor(-1);

Controls

The TCursor type defines a cursor ident (integer). The value -1 identifies an invisible cursor. The cursor literally disappears when hovering over the application - except for the title bar.  

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!