RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlScrollBar.ChangeBiDiPosition Method

Changes the position of a horizontal scroll bar to match the current bi-directional mode.

Pascal
procedure ChangeBiDiPosition;
C++
__fastcall ChangeBiDiPosition();

Use ChangeBiDiPosition to change the position of a horizontal scroll bar to reflect the current bi-directional mode of its associated scrolling windowed control. 

For example, TScrollingWinControl calls ChangeBiDiPosition from its DoFlipChildren method to determine whether the scroll bar should be repositioned along with the child controls. 

 

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