| << Click to display table of contents >> TRichView Cursors | 
| Constant | Used by | Meaning | Unit* | 
|---|---|---|---|
| crJump | TRVStyle component: ▪TRVStyle.JumpCursor; ▪TFontInfo.JumpCursor. | Hypertext | RVStyle.pas | 
| crRVZoomIn | TRVPrintPreview component | Zoom in | CRVPP.pas | 
| crRVZoomOut | TRVPrintPreview component | Zoom out | CRVPP.pas | 
| crRVSelectRow | Table row selection | RVTable.pas | |
| crRVSelectCol | Table column selection | RVTable.pas | |
| crRVFlipArrow | TRVStyle component | Line selection | RVStyle.pas | 
| crRVLayingIBeam | Vertical text | RVStyle.pas | 
* in FireMonkey version, unit names start from "fmx", i.e. fmxRVStyle.pas instead of RVStyle.pas.
In Delphi VCL and in Lazarus, TRichView defines and uses the following custom mouse cursors:
| Image | Constant | Value | 
|---|---|---|
| 
 | crJump | 101 | 
| 
 | crRVZoomIn | 102 | 
| 
 | crRVZoomOut | 103 | 
| 
 | crRVSelectRow | 104 | 
| 
 | crRVSelectCol | 105 | 
| 
 | crRVFlipArrow | 106 | 
| 
 | crRVLayingIBeam | 107 | 
* in Windows2000+, TRichView uses the system default hypertext cursor instead (since version 1.4)
In Delphi FireMonkey, TRichView uses only standard mouse cursors.
| Constant | Value | 
|---|---|
| crJump | crHandPoint | 
| crRVZoomIn | crArrow | 
| crRVZoomOut | crArrow | 
| crRVSelectRow | crUpArrow | 
| crRVSelectCol | crUpArrow | 
| crRVFlipArrow | crArrow | 
| crRVLayingIBeam | crIBeam |