Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

HelpFile property

Project: Message Dialogue Components.

Unit: PJMessageDialog.

Class: TPJVCLMsgDlg

Applies to: ~>3.0

property HelpFile: string;

Description

Set the HelpFile property to specify the help file to be used when a Help button is clicked or F1 is pressed in the dialogue. If HelpFile is set to the empty string then the help file associated with the parent form or application is used.

The HelpContext property is used to specify the help topic within the help file that is to be displayed.

If OnHelp is not handled and a help button is pressed, a request is made to the Application object to pass the value of this property and the HelpContext property along to the currently registered help system.