DelphiDelphiVCLPythonPython GUIWindows

Understanding DelphiVCL.Application.CurrentHelpFile In Windows Development

featuredimage2-4

When carrying out Windows development, use the CurrentHelpFile property or DelphiVCL.Application.CurrentHelpFile to indicate the current Help file.

You can read CurrentHelpFile to determine the name of the Help file that is currently used by the application when it executes a Help command (through the HelpCommand method) or when it brings up context-sensitive Help (through the HelpContext or HelpJump method). If CurrentHelpFile is an empty string, the application ignores the attempts to display Help.

The Help system specified by HelpSystem displays Help topics from the Help file specified by CurrentHelpFile.

HelpFile supplies the value of CurrentHelpFile unless there is a Help file specified by TForm.HelpFile for the active form. Then the Help file from TForm.HelpFile is used.

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

See the responses in our Windows command prompt:

Understanding DelphiVCL.Application.CurrentHelpFile In Windows Development - Showing the properties

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

See the responses in our Windows command prompt:

Understanding DelphiVCL.Application.CurrentHelpFile In Windows Development. Showing the responses.

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Related posts
AndroidCodeDelphiDelphiFMXIDELearn PythonProjectsPythonPython GUI

How To Create A Calculator App Using Python GUI?

DelphiFMXDelphiVCLNewsPythonPython GUI

Introducing Python 3.11 And Documentation Support To The DelphiFMX And DelphiVCL GUI Python Packages

AndroidCodeDelphiDelphiFMXLearn PythonPythonPython GUI

How To Create A Tic-Tac-Toe Game Using Delphi Python EcoSystem

CodeDelphiDelphiFMXPythonPython GUI

How To Write A Simple Todo Gui Application Using Delphifmx

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *

it_ITItalian