TrvActionTextBiDi

Properties   Methods

<< Click to display table of contents >>

TrvActionTextBiDi

Properties   Methods

TrvActionTextBiDi is a base class for the actions changing the default text flow direction in the selected text.

Unit RichViewActions;

Syntax

TrvActionTextBiDi = class(TrvActionTextStyles)

hmtoggle_arrow1Hierarchy

Description

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

This action changes BiDiMode property for styles of the selected text (RVStyle.TextStyles[].BiDiMode).

This action is not used directly. The following actions are inherited from it:

TrvActionTextLTR

TrvActionTextRTL

If you use these actions, it's recommended to set TCustomRichViewEdit.BiDiMode to rvbdLeftToRight or rvbdRightToLeft.

Text flow direction specified in text styles has higher priority than text flow direction specified in paragraph styles.

See also:

TrvActionParaBiDi

  TrvActionParaLTR

  TrvActionParaRTL