Additional Cursors
|
![]() ![]() ![]() |
acGraphics
|
The "AppControls pack" installs an additional cursors to the Delphi / C++ Builder IDE, together with components. You can see these new cursors in the Object Inspector, selecting any property with TCursor type.
|
|
TCursor is an index into the global list of available cursors maintained by the Screen variable. TCursor values can include indexes to custom cursors added by an application, in addition to the predefined constants defined in the controls unit. The following table lists the additional cursor constants and their position in the Cursors property array:
|
Constant Value Image
|
crLinkSelect | -151 ![]() |
crHandwriting | -152 ![]() |
cr3dAppStart | -153 ![]() |
cr3dArrow | -154 ![]() |
cr3dArrowNE | -155 ![]() |
cr3dArrowScrollHorz | -156 ![]() |
cr3dArrowScrollVert | -157 ![]() |
cr3dArrowSize | -158 ![]() |
cr3dArrowResize | -159 ![]() |
cr3dArrowWarning | -160 ![]() |
cr3dCross | -161 ![]() |
cr3dDragSelection | -162 ![]() |
cr3dDragSelectionPlus | -163 ![]() |
cr3dHandwriting | -164 ![]() |
cr3dHelp | -165 ![]() |
cr3dHourGlass | -166 ![]() |
cr3dIBeam | -167 ![]() |
cr3dNo | -168 ![]() |
cr3dSize | -169 ![]() |
cr3dSizeNESW | -170 ![]() |
cr3dSizeNS | -171 ![]() |
cr3dSizeNWSE | -172 ![]() |
cr3dSizeWE | -173 ![]() |
cr3dTool | -174 ![]() |
cr3dUpArrow | -175 ![]() |
crArrowNE | -176 ![]() |
crArrowNW | -177 ![]() |
crArrowScrollHorz | -178 ![]() |
crArrowScrollVert | -179 ![]() |
crArrowSE | -180 ![]() |
crArrowSize | -181 ![]() |
crArrowResize | -182 ![]() |
crArrowSW | -183 ![]() |
crDragFile | -184 ![]() |
crDragFiles | -185 ![]() |
crDragSelection | -186 ![]() |
crDragSelectionPlus | -187 ![]() |
crHand | -188 ![]() |
crItBeam | -189 ![]() |
crPen | -190 ![]() |
crTool | -191 ![]() |
crZoomIn | -192 ![]() |
crZoomOut | -193 ![]() |
![]() |
Additional Colors
|