Vcl.Forms.TApplication.UseRightToLeftAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UseRightToLeftAlignment: Boolean;

C++

bool __fastcall UseRightToLeftAlignment();

Properties

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

Description

Specifies whether the application object is in a right-to-left alignment mode.

Use UseRightToLeftAlignment to determine whether the application’s controls alignment is reversed so that they are aligned from right to left. UseRightToLeftAlignment returns true for Middle Eastern locales if the BiDiMode property is bdRightToLeft. Otherwise, it returns false.

See Also