| 
       << Click to display table of contents >> TCustomRVParaInfo.BiDiMode | 
    
Specifies default text direction for paragraphs of this style.
property BiDiMode: TRVBiDiMode;
(introduced in version 1.6)
Value  | 
Meaning  | 
|---|---|
rvbdUnspecified  | 
Text direction is inherited from higher level, i.e. from TCustomRichView (see BiDiMode)  | 
rvbdLeftToRight  | 
Default text reading order is left-to-right  | 
rvbdRightToLeft  | 
Default text reading order is right-to-left  | 
If two adjacent text items have adjacent LTR (RTL) characters, these items will be arranged LTR (RTL), regardless of the paragraph's BiDiMode.
Default value:
rvbdUnspecified
See also: