FMX.Forms.TApplication.BiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BiDiMode: TBiDiMode read FBiDiMode write FBiDiMode default bdLeftToRight;

C++

__property System::Classes::TBiDiMode BiDiMode = {read=FBiDiMode, write=FBiDiMode, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Description

Indicates the layout of the FireMonkey application when running under Middle Eastern versions of the operating system.

Use BiDiMode to specify the bi-directional mode for the application. The bi-directional mode controls the direction in which text appears (left-to-right or right-to-left), the placement of vertical scroll bars, and the default alignment of text when the application runs in Middle Eastern locales.

See Also