Vcl.Forms.TForm.HelpFile
Delphi
property HelpFile;
C++
__property HelpFile = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TForm |
Description
Specifies the name of the Help file the form uses to display the Help from.
Vcl.Forms.TForm.HelpFile inherits from Vcl.Forms.TCustomForm.HelpFile. All content below this line refers to Vcl.Forms.TCustomForm.HelpFile.
Specifies 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 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.