RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderSection.UseRightToLeftAlignment Method

Specifies whether the control's alignment is in a right-to-left mode.

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

Call UseRightToLeftAlignment to determine whether the control's alignment is in a right-to-left mode. This information can be used when painting the control, or when responding to mouse events. 

UseRightToLeft alignment returns true if the MiddleEast field of the global SysLocale is true and the BiDiMode property is bdRightToLeft. 

 

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