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…
Learn About The HelpJump Method For Displaying Help
September 24, 2021
In this post, you’ll learn how to use the HelpJump method or DelphiVCL.Application.HelpJump to display the Help topic specified by the symbolic name. Learning how to use HelpJump Method will allow you to easily program Python applications with Python Programming…
What Is The HookSynchronizeWakeup Method in DelphiVCL.Application?
September 23, 2021
What is DelphiVCL.Application.HookSynchronizeWakeup method?
In this post, you’ll learn more about HookSynchronizeWakeup or DelphiVCL.Application.HookSynchronizeWakeup method assigns a method to the WakeMainThread variable. Applications rarely, if ever, call…
Learn About The Application's InitInstance Method
September 22, 2021
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…
What Does HookMainWindow In DelphiVCL.Application Do?
September 21, 2021
In this post, you’ll learn more about HookMainWindow or DelphiVCL.Application.HookMainWindow method enables a native Windows dialog box to receive messages sent to the application’s main window. In case you’ve learned about HookMainWindow that allows you to…
Learn To Build A GUI For These 10 Ultimate Python AI Libraries
September 20, 2021
What is Artificial Intelligence?
In this post, you’ll learn more about Artificial Intelligence (AI) which has a wide-ranging branch of computer science concerned with building smart machines capable of performing tasks that typically require human intelligence.
What Is The HintShortPause Property in DelphiVCL.Application?
September 17, 2021
In this post, you’ll learn more about HintShortPause or DelphiVCL.Application.HintShortPause property is used to specify the time period to wait before bringing up a Hint if another Hint has already been shown. Use HintShortPause to reduce the flicker when moving the mouse quickly over a set of buttons that all have Help Hints on. Specify a HintShortPause value in milliseconds. The default…
Understanding The Application.HelpKeyword Property
September 16, 2021
In this post, you’ll learn how to use the HelpKeyword property or DelphiVCL.Application.HelpKeyword to display the Help topic specified by the keyword. Using HelpKeyword to show the Help topic, which has the Keyword parameter and which is from the file specified in the…
What Does The Hint Property In DelphiVCL.Application Do?
September 15, 2021
In this post, you’ll learn more about Hint or DelphiVCL.Application.Hint property specifies the text string that appears in the Help Hint box. Learning how to use Hint Method will allow you to easily build GUIs and Python Project.
How to use…
What Is The InheritsFrom Method?
September 14, 2021
In this post, you’ll learn more about InheritsFrom or DelphiVCL.Application.InheritsFrom method determines the relationship between two object types.
Use InheritsFrom to determine whether a particular class type or object is an instance of a class or one of its descendants. InheritsFrom returns True if the object type specified in the aClass parameter is an ancestor of the object type or…