RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crSizeWE Constant

Identifies a horizontal sizing cursor.

Pascal
crSizeWE = TCursor(-9);
C++
crSizeWE = TCursor(-9);

The TCursor type defines a cursor ident (integer). The value -9 identifies a resizing cursor that allows for horizontal resizing. It is identified by a double headed arrow aligned horizontally.  

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!