ImageEn, unit iexRichEdit
TIETextAttributes.Hidden
TIETextAttributes
.Hidden
Declaration
property Hidden: Boolean;
Description
Specify whether the text is hidden from view.
Example
// Hide the selected text
IERichEdit1.SelAttributes.Hidden := True;