Site icon Python GUI

What You Need To Understand DelphiVCL.Application.HelpFile

This Is The DelphiVCLApplicationMinimize Method

In this post, you’ll learn how to use the HelpFile property or DelphiVCL.Application.HelpFile to specify the name of the Help file the form uses to display the Help from.

If your form should have a Help file different from the default Help file of the application specified using the TApplication.HelpFile property of the global TApplication type object, then use the HelpFile property of the form to specify the name of the Help file the form will use to display the Help from. The Help system is specified by TApplication. HelpSystem displays Help topics from the Help file specified by the HelpFile property of the form when the form has the focus.

Learning more about the Helpfile method will help you build a Python project more easily in the future with Delphi VCL Applications. 

How to find details on all the properties and methods of the DelphiVCL.Application.HelpFile?

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

[crayon-662e48b56841e206169565/]

See the DelphiVCL.Application.HelpFile property responses in the Windows command prompt

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

[crayon-662e48b568426337267501/]

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