Vcl.Forms.TApplication.UseRightToLeftScrollBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UseRightToLeftScrollBar: Boolean;

C++

bool __fastcall UseRightToLeftScrollBar();

Properties

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

Description

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

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.

See Also