ImageEn, unit iexRichEdit
TIETextAttributes.BackColor
TIETextAttributes
.BackColor
Declaration
property BackColor: TColor;
Description
Specify the background color of the text.
Example
// Add yellow background to the current text
IERichEdit1.SelAttributes.BackColor := clYellow;