RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crVSplit Constant

Identifies a vertical split cursor.

Pascal
crVSplit = TCursor(-15);
C++
crVSplit = TCursor(-15);

The TCursor type defines a cursor ident (integer). The value -15 identifies a vertical split cursor. This is used to indicate when a TSplitter control under the mouse can be dragged vertically. It is represented as 2 horizontal lines bracketed by 2 arrows.  

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!