Vcl.DBCtrls.TDBListBox.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 TDBListBox

Description

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

Call UseRightToLeftAlignment to determine whether the TDBListBox's alignment is in a right-to-left mode. This information can be used when painting the TDBListBox data or when responding to mouse events.

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

See Also