Vcl.Forms.TApplication.BiDiKeyboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BiDiKeyboard: string read GetBiDiKeyboard write SetBiDiKeyboard;

C++

__property System::UnicodeString BiDiKeyboard = {read=GetBiDiKeyboard, write=SetBiDiKeyboard};

Properties

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

Description

Specifies the name of the keyboard map that should be used in middle-east locales when text reads from right to left.

This name is a string composed of the hexadecimal value of the language identifier (low word) and a device identifier (high word). For example, Saudi Arabian Arabic has a language identifier of 0x0401, so its primary layout is named "00000401".

This keyboard layout is only used when the application runs in a middle eastern locale and the value of BiDiMode indicates that text should read from right to left.

See Also