TRVStyle.SelectionHandleKind

<< Click to display table of contents >>

TRVStyle.SelectionHandleKind

Defines visual appearance of selection handles for touch screens

property SelectionHandleKind: TRVSelectionHandleKind;

 

type

  TRVSelectionHandleKind = (rvshkWedge, rvshkCircle);

(introduced in v15)

This property exists when the component is compiled in Delphi 2010 or newer.

Value

Appearance

rvshkWedge

SH_Wedge

rvshkCircle

SH_Circle

rrvshkCircle is not recommended, because it may overlap selected text in table cells; srv_icon you can use it in ScaleRichView, because TSRichViewEdit does not shift handles to fit in cells.

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

FireMonkey note: these selection handles are used only if FireMonkey style used in TRichView control does not contain selection handles (TSelectionPoint objects named 'leftselectionpoint' and 'rightselectionpoint'). If a style contains selection handles, they are used instead.

 

Default value:

rvshkWedge

See also properties of TCustomRichView:

SelectionHandlesVisible