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.

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

Default value:

rvclNone

See also properties:

BackgroundProperties;

BackgroundPicture.

See also properties of TRVStyle:

Color.