RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomButton.UseRightToLeftAlignment Method

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

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

For this class, UseRightToLeftAlignment always returns false. This is because the alignment of a button should never be reversed automatically when running in Middle Eastern locales. 

 

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