TRVStyle.SpecialCharactersColor

<< Click to display table of contents >>

TRVStyle.SpecialCharactersColor

Color of special characters.

property SpecialCharactersColor: TRVColor;

(introduced in version 12)

if rvoShowSpecialCharacters is included in TRichView.Options, this color is used for drawing marks denoting space characters and paragraph breaks.

If it equals to rvclNone, a normal text color is used instead.

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

Default value:

rvclNone

See also:

RVVisibleSpecialCharacters global typed constant

FloatingLineColor