RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCursor Type

TCursor identifies the cursor type.

Pascal
TCursor = -32768..32767;
C++
-32768..32767 TCursor;

Controls

TCursor type defines a cursor ident (integer). It may have one of the following values :

Value 
Meaning 
Default cursor : thikc arrow pointing up and left.  
Same as the default cursor  
Fine cross shaped cursor used in graphic applications for precise positioning.  
Text insert cursor in the form of a thin capital I.  
Resizing cursor from North-East to South-West resizing.  
Vertical resizing cursor.  
Resizing cursor from North-West to South-East resizing.  
Horizontal resizing cursor.  
Thin upward pointing cursor.  
Hour glass cursor to indicate a busy process.  
crDrag  
Drag cursor for single items being dragged.  
Whit cross in a white circle indicating that a drag operation is hovering over an invalid drop target.  
Cursor shown when the mouse is over a Horizontal splitter.  
Cursor shown when the mouse is over a Veryical splitter.  
Drag cursor for multiple items being dragged.  
Hour glass cursor to indicate a busy SQL database operation.  
crNo  
Black cross in a black circle indicating invalid mouse target location.  
Hour glass and standard pointer combination cursor show at application startup.  
crHelp  
Question mark and standard pointer operation  
An upward pointing hand cursor. This is normally used to identify a selectable item, such as a web page link.  
Cursor for resizing up, down, left and 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!