RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crSize Constant

Identifies an obsolete cursor.

Pascal
crSize = TCursor(-22);
C++
crSize = TCursor(-22);

The TCursor type defines a cursor ident (integer). The value -22 identifies a sizing cursor that is no longer available. It is now replaced by 5 different orientation sizing cursors.  

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!