TrvActionInsertHyperlink.SetTags

<< Click to display table of contents >>

TrvActionInsertHyperlink.SetTags

Applies the action to the selection.

procedure SetTags(rve: TCustomRichViewEdit;

  const Target: TRVUnicodeString);

Normally, calling this method is not necessary. It is called automatically when the action applies Target to the selection.

If Target is not empty, the action converts the selection to hyperlink(s).

If Target is empty, the action removes hyperlinks from the selection.