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
CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Build An Image Editor Using DelphiFMX Python Package

CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Use LangChain and DelphiFMX To Create a Custom Chat App

CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Build an Iris Flower Classification GUI App With DelphiFMX

CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Implement an Art Style Transfer GUI App with the Python Delphi Ecosystem

Leave a Reply

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