RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crSizeNESW Constant

Identifies a North-East to South-West sizing cursor.

Pascal
crSizeNESW = TCursor(-6);
C++
crSizeNESW = TCursor(-6);

Controls

The TCursor type defines a cursor ident (integer). The value -6 identifies a resizing cursor that allows for resizing in either up and to the right (to the North East) or down and to the left (to the South West). It is identified by a double headed arrow sloping 45 degrees to the right.  

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!