RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.UseRightToLeftScrollBar Method

Specifies whether the vertical scroll bar appears on the left side of the control.

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

Controls call UseRightToLeftScrollBar when implementing the BiDiMode property. UseRightToLeftScrollBar returns true when the vertical scroll bar appears on the left side of the control, and false when it appears on the right. 

UseRightToLeftScrollBar returns true if the application is running on a system with a Middle Eastern locale and the BiDiMode property is bdRightToLeft or bdRightToLeftNoAlign. 

 

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