rvico TRichView Reference | TRVStyle

TRVStyle.SelColor

Top  Previous  Next

Color of background of selected text in TRichView components (when they have focus)

property SelColor: TColor;

This color is used for:

drawing background for the selected text (see also SelTextColor);

shading the selected bullets and hotspots,

drawing frame around the selected pictures and controls,

drawing background for selected table cells.

For controls without input focus, InactiveSelColor is used instead.

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

Default value:

clHighlight

See also properties:

SelTextColor;

InactiveSelColor;

SelectionStyle.


RichView © Sergey Tkachenko