RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.UseRightToLeftReading Method

Specifies whether the application object is in a right-to-left text mode.

Pascal
function UseRightToLeftReading: Boolean;
C++
__fastcall Boolean UseRightToLeftReading();

Call UseRightToLeftReading to determine which style and text drawing flags (used in ExTextOut or DrawText) to set for the application’s controls.  

UseRightToLeftReading returns true for for Middle Eastern locales if the BiDiMode property is not bdLeftToRight. Otherwise, it returns false. 

 

BiDiMode

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!