[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplicationProperties.HelpFile

Contains the name for the help file in an application.

Declaration

Source position: forms.pp line 1869

published property TApplicationProperties.HelpFile : string
  read FHelpFile
  write SetHelpFile;

Description

HelpFile is a String property with the name of the help file for an application. It is read from or written to the HelpFile property in the Application singleton. Changing the value for the property at run-time causes the Application instance to be updated.

See also

TCustomForm.HelpFile

  

The name of the help file for the form.

Application

  

The TApplication singleton.


Version 3.2 Generated 2024-02-25 Home