DelphiDelphiVCLPythonPython GUIWindows

Understanding DelphiVCL.Application.BiDiKeyboard

featuredimage2 4

BiDiKeyboard property or DelphiVCL.Application.BiDiKeyboard is used to specify 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 be read from right to left.

Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.Application.BiDiKeyboard using dir() command:

See the responses in our Windows command prompt:

0dir 8766390

You can also read short information about the DelphiVCL.Application.BiDiKeyboard using the print() command:

See the responses in our Windows command prompt:

0print 7647395

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Related posts
CodeIDELearn PythonPythonPython GUITkinter

How To Make More Than 20 ChatGPT Prompts Work With Python GUI Builders And Matplotlib Library?

CodeIDELearn PythonPythonPython GUITkinter

How To Make More Than 20 ChatGPT Prompts Work With Python GUI Builders And Pillow Library?

CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Create A Weather App With The Python Delphi Ecosystem and Weatherstack API

CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Create A Music Player With The Python Delphi Ecosystem

Leave a Reply

Your email address will not be published. Required fields are marked *