RichViewCtrlUpDownScroll Typed Constant

<< Click to display table of contents >>

RichViewCtrlUpDownScroll Typed Constant

Unit [VCL/FMX]: RVEdit / fmxRVEdit;

Syntax

const

  RichViewCtrlUpDownScroll: Boolean = True;

(introduced in version 20)

This constant specifies how  Ctrl *+ Up  and  Ctrl *+ Down  keys are processed in TRichViewEdit.

True:  scroll the editor (like in Embarcadero RAD Studio code editor)

False: move the caret to the beginning of the current/next paragraph (like in Microsoft Word).

* on macOS,  Command  is used instead of  Ctrl .