Vcl.Forms.TApplication.IsRightToLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsRightToLeft: Boolean;

C++

bool __fastcall IsRightToLeft();

Properties

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

Description

Specifies whether the application adjusts its interface for Middle Eastern locales.

Use IsRightToLeft to determine whether the application makes any adjustments of control alignment, text direction, or scroll bar placement. IsRightToLeft returns true if the application's BiDiMode indicates that any of these should be reversed and the application is running on a system with a Middle Eastern locale.

See Also