FMX.Forms3D.TForm3D.BiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BiDiMode: TBiDiMode read GetBiDiMode write SetBiDiMode default 0;

C++

__property BiDiMode = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TForm3D

Description

Indicates the layout of this form when running under Middle Eastern versions of the operating system.

FMX.Forms3D.TForm3D.BiDiMode inherits from FMX.Forms.TCommonCustomForm.BiDiMode. All content below this line refers to FMX.Forms.TCommonCustomForm.BiDiMode.

Indicates the layout of this form 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