Vcl.Controls.TControl.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.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Indicates whether the control should be reversed right to left.

Use IsRightToLeft to determine whether the control should be reversed in any way because it is running on a system with a Middle Eastern locale. IsRightToLeft is intended for component writers to ease the process of implementing the BiDiMode property.

IsRightToLeft returns true if the application is running on a Middle East-enabled version of Windows and the BiDiMode property indicates that the control should make any adjustments.

See Also