RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crSizeAll Constant

Identifies a size in all directions cursor.

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

Controls

The TCursor type defines a cursor ident (integer). The value -22 identifies a resizing cursor that allows for resizing in all 4 directions, up, down, left and right. It is represented as a set of 4 arrows pointing outwards in those 4 directions.

Note: crSizeAll has the same value of -22 as the obsolete crSize.
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!