|
TRVStyle.CurrentItemColor |
Top Previous Next |
|
Color for drawing frame around the current item in TRichViewEdit. property CurrentItemColor: TColor; (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). Default value: clNone |