RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderSection.UseRightToLeftReading Method

Specifies whether the control is using a right-to-left reading order.

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

Call UseRightToLeftReading to determine which style flags to set for the control when it is created and which flags to set for drawing text (for example, when calling ExTextOut or DrawText). 

UseRightToLeftReading returns true if the MiddleEast field of the global SysLocale is true and the BiDiMode property is not bdRightToLeft. 

 

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