Vcl.Forms.TCustomForm.HelpFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HelpFile: string read FHelpFile write FHelpFile;

C++

__property System::UnicodeString HelpFile = {read=FHelpFile, write=FHelpFile};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

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.

See Also