RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crCross Constant

Identifies an cross cursor.

Pascal
crCross = TCursor(-3);
C++
crCross = TCursor(-3);

Controls

The TCursor type defines a cursor ident (integer). The value -3 identifies a cross cursor. This is principally used for precise screen work.  

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!