ImageEn, unit iexRichEdit

TIETextAttributes.Underline

TIETextAttributes.Underline

Declaration

property Underline: Boolean;

Description

Specify whether the text is underlined.

Note: This is an alternative to using Style

Example

// Underline the selected text
IERichEdit1.SelAttributes.Underline := True;