RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.IsRightToLeft Method

Specifies whether the application adjusts its interface for Middle Eastern locales.

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

Use IsRightToLeft to determine whether the application makes any adjustments of control alignment, text direction, or scroll bar placement. IsRightToLeft returns true if the application's BiDiMode indicates that any of these should be reversed and the application is running on a system with a Middle Eastern locale. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!