TRVStyle.CurrentItemColor

<< Click to display table of contents >>

TRVStyle.CurrentItemColor

A color for drawing frame around the current item in TRichViewEdit.

property CurrentItemColor: TRVColor;

(Introduced in v1.9)

Current item is an item at the position of caret. All RichViewEdit's GetCurrent*** and SetCurrent*** methods work with this item.

Set this property to clNone to disable this effect.

TRichViewEdit 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:

rvclNone