RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButton.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 TButton, 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!