Vcl.ComCtrls.THeaderSection.UseRightToLeftReading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UseRightToLeftReading: Boolean;

C++

bool __fastcall UseRightToLeftReading();

Properties

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

Description

Specifies whether the control is using a right-to-left reading order.

Call UseRightToLeftReading to determine which style flags to set for the control when it is created and which flags to set for drawing text (for example, when calling ExTextOut or DrawText).

UseRightToLeftReading returns true if the MiddleEast field of the global SysLocale is true and the BiDiMode property is not bdRightToLeft.

See Also