FMX.Types.IRoot.BiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BiDiMode: TBiDiMode read GetBiDiMode;

C++

__property System::Classes::TBiDiMode BiDiMode = {read=GetBiDiMode};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IRoot

Description

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

Implement GetBiDiMode to get the BiDiMode so that BiDiMode is used to specify the bidirectional mode for the application. The bidirectional 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