<< Click to display table of contents >> TrvActionTextBiDi |
TrvActionTextBiDi is a base class for the actions changing the default text flow direction in the selected text.
Unit RichViewActions;
Syntax
TrvActionTextBiDi = class(TrvActionTextStyles)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
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:
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: