TRVStyle.SelectionStyle

<< Click to display table of contents >>

TRVStyle.SelectionStyle

Defines visual appearance of selection in TRichView components.

property SelectionStyle: TRVSelectionStyle;

 

type

  TRVSelectionStyle = (rvssItems, rvssLines);

(introduced in v 1.8)

Selection Style

Meaning

rvssItems

Each item draws its selection separately.

rvssLines

Selection has height of the highest item in the line.

rvssItems:

item_sel

rvssLines:

LINE_SEL

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

Default value:

rvssItems

See also properties:

SelColor, SelTextColor, InactiveSelColor, InactiveSelTextColor;

SelectionMode.