paraltr TrvActionParaLTR

Properties   Methods

<< Click to display table of contents >>

paraltr TrvActionParaLTR

Properties   Methods

TrvActionParaLTR is the action for "Left to Right" command.

Unit RichViewActions;

Syntax

TrvActionParaLTR = class(TrvActionParaBiDi)

hmtoggle_arrow1Hierarchy

Description

This action changes the default text direction in the selected paragraphs to left-to-right. If you use this action, it's recommended to set TCustomRichViewEdit.BiDiMode to rvbdLeftToRight or rvbdRightToLeft.

This action does not introduce any new properties in addition to properties of TrvAction.

This action changes BiDiMode property for styles of the selected paragraphs (RVStyle.ParaStyles[].BiDiMode) to rvbdLeftToRight.

This is a checkbox-like action, its Checked property is updated depending on the state of selection (or the current paragraph style).

See also:

TrvActionTextLTR

TrvActionTextRTL

TrvActionParaRTL