RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenu.IsRightToLeft Method

Indicates whether menu items read from right to left.

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

Call IsRightToLeft to determine the layout of main menu items. IsRightToLeft returns true if the application is running on a system with a Middle Eastern locale and the BiDiMode property is not bdLeftToRight. 

 

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