RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.UseRightToLeftScrollBar Method

Specifies whether the vertical scroll bar appears on the left side controls.

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

Call UseRightToLeftScrollBar to determine whether the vertical scroll bars appear on the left sides of the application’s controls. When UseRightToLeftScrollBar returns true, the vertical scroll bars appear on the left sides of the controls. When UseRightToLeftScrollBar returns false, the vertical scroll bars appear on the right.  

UseRightToLeftScrollBar returns true for Middle Eastern locales if BiDiMode is bdRightToLeft or bdRightToLeftNoAlign. 

 

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