RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.BiDiKeyboard Property

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

Pascal
property BiDiKeyboard: string;
C++
__property AnsiString BiDiKeyboard;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!