TSRichViewEdit.NextCurHyperlink

<< Click to display table of contents >>

TSRichViewEdit.NextCurHyperlink

Selects the next hyperlink.

function NextCurHyperlink : Boolean;

The search is started from the next item after the caret position (RichViewEdit.TopLevelEditor.RVData, RichViewEdit.TopLevelEditor.CurItemNo).

If a hyperlink is found, the method selects it and returns True.

See also

PriorCurHyperlink