TRVStyle.JumpCursor

<< Click to display table of contents >>

TRVStyle.JumpCursor

Mouse cursor for hypertext indication.

property JumpCursor : TCursor

This cursor appears when user moves the mouse pointer to hotspot or hot-picture item. In older versions of TRichView this value was also used for text hypertext items, but now all text styles can have their own hypertext cursors (see TFontInfo.JumpCursor).

TRichView must be linked with this TRVStyle (see TRichView.Style).

If MainRVStyle is assigned, this property provides access to the corresponding property of MainRVStyle.

Default value:

crJump

See also:

Cursors used by the components of TRichView family.