RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crHSplit Constant

Identifies a horizontal split cursor.

Pascal
crHSplit = TCursor(-14);
C++
crHSplit = TCursor(-14);

Controls

The TCursor type defines a cursor ident (integer). The value -14 identifies a horizontal split cursor. This is used to indicate when a TSplitter control under the mouse can be dragged horizontally. It is represented as 2 horizontal lines bracketed by 2 arrows. Like a lift door open symbol.  

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!