TCustomRichView.FirstJumpNo

<< Click to display table of contents >>

TCustomRichView.FirstJumpNo

Hypertext id for the first hyperlink in the document.

property FirstJumpNo: Integer;

When you append hypertext items (hotspots, hot-pictures or text of hypertext style), RichView assigns hypertext identifiers to them. The first such item has id=FirstJumpNo, the next one FirstJumpNo+1 and so on.

All hypertext items have hypertext ids. Ids are incremented according to their order in the document, from top to bottom.

This property is useful if you want to use one OnJump event handler for several RichViews.

Default value:

0

See also:

RichView hypertext.