Applies to
Declaration
property HighlightColor: TColor;
property HighlightBackgnd: TColor;
Description
These properties controls the appearance of text marked with color highlight attribute (see Control Codes constants for static formatting abilities in PlusMemo). HighlightColor is the color of the text, whereas HighlightBackgnd is the background color. Their default values are respectively clRed and clWindow.
They are read and write, and design time or run time accessible.