Vcl.DBCtrls.TDBText.UseRightToLeftAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UseRightToLeftAlignment: Boolean; override;

C++

DYNAMIC bool __fastcall UseRightToLeftAlignment();

Properties

Type Visibility Source Unit Parent
function public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBText

Description

Specifies whether the control's alignment is in a right-to-left mode.

Call UseRightToLeftAlignment to determine whether the TDBText's alignment is in a right-to-left mode. This information can be used when painting the TDBText.

UseRightToLeftAlignment returns true for middle east locales if the BiDiMode property is bdRightToLeft. Otherwise, it returns false.

See Also