ImageEn, unit iexRichEdit

TIETextAttributes.Link

TIETextAttributes.Link

Declaration

property Link: Boolean;

Description

Specify whether the text is formatted as a hyperlink. When True, the text will appear as a clickable link.

Example

// Format the selected text as a hyperlink
IERichEdit1.SelAttributes.Link := True;
IERichEdit1.SelAttributes.Color := clBlue;
IERichEdit1.SelAttributes.Underline := True;