TSRichViewEdit.BiDiMode

<< Click to display table of contents >>

TSRichViewEdit.BiDiMode

Specifies the default bidirectional mode for the control.

property BiDiMode: TRVBiDiMode;

This property provides access to RichViewEdit's property of the same name.

A value of this property changes layout of the whole editor. If it is equal to rvbdRightToLeft, the following changes are applied:

the vertical scrollbar is placed at the left side (unless you assign False to ViewProperty.AutoVScrollBarPosition)

if pages are arranged in columns, pages in each row are ordered from right to left

PagePosProperty.AlignPageH = srvaphLeft aligns pages to the right; srvaphRight aligns pages to the left.