TCursor identifies the cursor type.
TCursor = -32768..32767;
-32768..32767 TCursor;
TCursor defines the type of mouse cursor. A variable of type TCursor may have one of the following values.
Value |
Meaning |
Default cursor: thick 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 | |
Drag cursor for single items being dragged | |
White 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 vertical splitter. | |
Drag cursor for multiple items being dragged | |
Hour glass cursor to indicate a busy SQL database operation | |
Black cross in a black circle indicating invalid mouse target location | |
Hour glass and standard pointer combination cursor shown at application startup | |
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|