RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.UseRightToLeftAlignment Method

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

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

Use UseRightToLeftAlignment to determine whether the application’s controls alignment is reversed so that they are aligned from right to left. UseRightToLeftAlignment returns true for Middle Eastern locales if the BiDiMode property is bdRightToLeft. Otherwise, it returns false. 

 

BiDiMode

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