TAdvRichEditor - BiDiMode support

We have some international users that need to have correct bi-directional font (arabic) editing support and from our quick look this doesn't seem to be supported in the advanced rich text editor (or the TAdvMemo which is what we are currently using but we are considering changing to the Rich Editor class for the extra functionality). 


Is it a lot of work to add support for right to left languages? The default Delphi TMemo class supports it but there may be more then just accommodating the text flags.

Thanks for your consideration.

Sorry, there is currently no BiDiMode support. It is far more complex and involved than just setting a parameter as this is a VCL control fully written from the ground up and isn't using any underlying Windows control for which a parameter can be set.