rvico TRichView Reference | TRVStyle

TRVStyle.SelTextColor

Top  Previous  Next

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

property SelTextColor: TColor;

For controls without input focus, InactiveSelTextColor is used instead.

Text background color is defined by SelColor property.

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

Default value:

clHighlightText

See also properties:

SelColor;

InactiveSelTextColor;

SelectionStyle.


RichView © Sergey Tkachenko