TRVStyle.Color

<< Click to display table of contents >>

TRVStyle.Color

A default background color for TRichView component linked to this TRVStyle component.

property Color: TRVColor;

This property may be overridden with TRichView.Color property.

TRichView must be linked with this TRVStyle (see TRichView.Style).

If MainRVStyle is assigned, this property provides access to the corresponding property of MainRVStyle.

Default value for VCL and LCL:

clWindow

Default value for FireMonkey:

TAlphaColorRec.Null (a transparent document background, so a styled component background is visible)

See also properties of TCustomRichView:

Style;

Color;

BackgroundStyle;

BackgroundBitmap.