TCustomRichView.Color

<< Click to display table of contents >>

TCustomRichView.Color

Background color

property Color: TRVColor;

This property allows to override the default background color specified in RichView.Style.Color.

TRichView paints background with this color, if it is not equal to rvclNone, otherwise TRichView uses the default color.

Background color is used if BackgroundBitmap is empty or does not cover the entire window (see BackgroundStyle).

In TRichViewEdit, you can change this property as an editing operation, see TRichViewEdit.SetIntPropertyEd.

Default value:

rvclNone

See also properties:

BackgroundStyle;

BackgroundBitmap.

See also properties of TRVStyle:

Color.