FMX.Forms.TCommonCustomForm.BiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BiDiMode: TBiDiMode read GetBiDiMode write SetBiDiMode default bdLeftToRight;

C++

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

Properties

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

Description

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