Vcl.ComCtrls.THeaderSection.UseRightToLeftAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UseRightToLeftAlignment: Boolean;

C++

bool __fastcall UseRightToLeftAlignment(void);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderSection

Description

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

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

UseRightToLeft alignment returns true if the MiddleEast field of the global SysLocale is true and the BiDiMode property is bdRightToLeft.

See Also