ImageEn, unit iexRichEdit
TIETextAttributes.Color
TIETextAttributes
.Color
Declaration
property Color: TColor;
Description
Specify the foreground color of the text.
Example
// Set the text color to red
IERichEdit1.SelAttributes.Color := clRed;