TSRichViewEdit.PriorCurHyperlink

<< Click to display table of contents >>

TSRichViewEdit.PriorCurHyperlink

Selects the next hyperlink.

function PriorCurHyperlink : Boolean;

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

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

See also

NextCurHyperlink