DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.MethodName Method

In this post, you’ll learn more about the MethodName or DelphiVCL.Application.MethodName method returns the name of a class method by address. There are situations when it is useful to invoke an object method without hard coding the method name in advance. Call MethodAddress to dynamically retrieve the address of such a method by specifying the method name as a string. MethodName is the…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is The MainFormHandle Property in DelphiVCL.Application?

In this post, you’ll learn how to use the MainForm or DelphiVCL.Application.MainForm property to give the Windows handle of the application main form. MainFormHandle gives the Windows handle of the application main form. Learning more about the MainFormHandle Property will help you to easily build Delphi VCL Applications using Python Windows GUI Builder. Let’s browse all the…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn What You Need To Know About DelphiVCL.Application.NonBiDiKeyboard Property

NonBiDiKeyboard or DelphiVCL.Application.NonBiDiKeyboard property specifies the name of the keyboard map that should be used unless text reads from right to left. Use NonBiDiKeyboard to specify the keyboard map that should be used. This name is a string composed of the hexadecimal value of the language identifier (low word) and a device identifier (high word). For example, U.S. English has…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About The Application's InitInstance Method

In this post, you’ll learn more about InitInstance or DelphiVCL.Application.InitInstance method is used to initialize a newly allocated object instance to all zeros and initialize the instance’s virtual method table pointer. Learning more about InitInstance will allow you to easily build GUI’s with Python Windows GUI Builder. How to use the InitInstance Method properly? You…
Read more