Vcl.Forms.TApplication.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.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Specifies whether the application object is in a right-to-left text mode.

Call UseRightToLeftReading to determine which style and text drawing flags (used in ExTextOut or DrawText) to set for the application’s controls.

UseRightToLeftReading returns true for for Middle Eastern locales if the BiDiMode property is not bdLeftToRight. Otherwise, it returns false.

See Also