Site icon Python GUI

What Is The HintShortPause Property in DelphiVCL.Application?

DelphiVCLApplicationHintShortPause

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 value is 50 milliseconds, which is set in the constructor.

Learning how to do it will allow you to easily build GUIs with Python Tools.

Let’s browse all the properties and methods of the DelphiVCL.Application.HintShortPause using dir() command:

[crayon-662dea4a75de7844622926/]

See the responses in our Windows command prompt:

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

[crayon-662dea4a75def910431910/]

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