Site icon Python GUI

What is the IsRightToLeft Method in DelphiVCL.Application?

DelphiVCLApplicationHintShortPause

What is the Purpose of DelphiVCL.Application.IsRightToLeft Method?

In this post, you’ll learn more about IsRightToLeft or DelphiVCL.Application.IsRightToLeft method specifies whether the application adjusts its interface for Middle Eastern locales.

Use IsRightToLeft to determine whether the application makes any adjustments of control alignment, text direction, or scroll bar placement. IsRightToLeft returns true if the application’s BiDiMode indicates that any of these should be reversed and the application is running on a system with a Middle Eastern locale.

Learning more about the IsRightToLeft method will help you build python applications with Delphi VCL Applications using Python Build Tools.

What are the methods and built-in properties of the DelphiVCL.Application.IsRightToLeft ?

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

[crayon-66332109b7064973209450/]

See the responses in our Windows command prompt:

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

[crayon-66332109b7070602157805/]

See the responses in our Windows command prompt:

 

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

Exit mobile version