DelphiDelphiVCLPythonPython GUIWindows

Understanding DelphiVCL.Application.BiDiMode

featuredimage2 4

BiDiMode property or DelphiVCL.Application.BiDiMode is used to indicate the layout of the application when running under Middle Eastern versions of Windows.

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.

The application’s BiDiMode is used in the ShowMessage procedure and the MessageBox method. It also serves as the ParentBiDiMode for forms and for popup menus that are not activated by a control.

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

See the responses in our Windows command prompt:

0dir 5614608

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

See the responses in our Windows command prompt:

0print 2334818

 

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

Related posts
CodeIDEPythonPython GUIWindows

Unlock the Power of Python for Deep Learning with Recurrent Neural Networks

AndroidCodeDelphiLearn PythonProjectsPythonPython GUI

How to Create a BMI App With Delphi Ecosystem And Python

AndroidCodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Create a Stopwatch/Timer Android App With Delphi For Python?

AndroidCodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Create a Unit Converter Android App Using Python GUI

Leave a Reply

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