Vcl.Forms.TControlScrollBar.ChangeBiDiPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeBiDiPosition;

C++

void __fastcall ChangeBiDiPosition();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TControlScrollBar

Description

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

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.

See Also