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.

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

Background color is used if BackgroundBitmap is empty, or BackgroundStyle is not equal to bsStretched, bsTiled or bsTiledAndScrolled.

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.