ImageEn, unit iexRichEdit

TIETextAttributes.StrikeOut

TIETextAttributes.StrikeOut

Declaration

property StrikeOut: Boolean;

Description

Specify whether the text has a horizontal line through it (strikethrough formatting).

Note: This is an alternative to using Style

Example

// Apply strikethrough to the selected text
IERichEdit1.SelAttributes.StrikeOut := True;