TAdvMemo

Is there a setting for this component to allow right to left text justification. I have a requirement to type Arabic.

Other components like TMemo and TRichEdit have a BidiMode property.



I see the BidiMode is available (but not exposed in the Object Inspector), however when I set:



BidiMode := bdRightToLeft, it makes no difference, the memo component remains at LeftToRight.



Is there anything else I should set?



Graham