Site icon Python GUI

What Is The Purpose Of DelphiVCL.Application.HideHint?

What Is The Icon Property In DelphiVCLApplication

In this post, you’ll learn more about HideHint or DelphiVCL.Application.HideHint method that hides the current hint. Learn more about HideHint which can then be used to easily build GUIs and check it with Python Online Compiler.

Applications rarely, if ever, call HideHint directly. HideHint is used internally to hide the hint window at the appropriate times according to predetermined conditions and timer values. For example, CancelHint calls HideHint. 

How to browse the properties and methods of the DelphiVCL.Application.HideHint?

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

[crayon-6631400924a19140319917/]

See the responses in our Windows command prompt:

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

[crayon-6631400924a23140184016/]

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