ImageEn, unit iexRichEdit

TIETextAttributes.UnderlineType

TIETextAttributes.UnderlineType

Declaration

property UnderlineType: TIEUnderlineType;

Description

Specify the style of underlining (single, double, dotted, dashed, etc.).

Example

// Apply a double underline
IERichEdit1.SelAttributes.Underline := True;
IERichEdit1.SelAttributes.UnderlineType := ieulDouble;