TRVBiDiMode Type

<< Click to display table of contents >>

TRVBiDiMode Type

Unit [VCL/FMX] RVStyle / fmxRVStyle;

type

  TRVBiDiMode = 

    (rvbdUnspecified, rvbdLeftToRight, rvbdRightToLeft);

Value of this type defines default text reading direction for document (TRichView.BiDiMode), paragraph (TParaInfo.BiDiMode), or text (TFontInfo.BiDiMode).

Value

Meaning

rvbdUnspecified

Bidirectional text is not supported (if specified for document), or text direction is inherited from higher level:

for text – from paragraph;

for paragraph – from document.

rvbdLeftToRight

Default text reading order is left-to-right.

rvbdRightToLeft

Default text reading order is right-to-left.

See also:

Bidirectional text in TRichView