RLink(target:Str, content:RichText...):RichText

Attaches a link to a rich text string. Produces a rich text string that contains a link to the specified target, and the concatenation of all content parameters as text.

If any argument is EMPTY, returns EMPTY.

In text mode, this function just returns the concatenation of the content, as rich text attributes have no meaning to the text mode applications.

Since: PCC2 1.99.21

See also: RStyle, RXml, Functions