


Delphi allows you to integrate a components help file into the Delphi environment. To integrate the TMFMHelp help file, follow these steps:
· Start the Help File Installer from the Delphi group (file HELPINST.EXE).
· Choose Open... from the File menu.
· Select the Delphi directory, select the BIN directory, and then select the DELPHI.HDX file.
· Choose Add Keyword File... from the Keywords menu.
· Select the directory that contains the files you previously copied, and then select the MFMHELPP.KWF file
· Choose Save from the File menu.
The Help File for the TMFMHelp component should now be integrated with Delphi's, and pressing F1 while a TMFMHelp component is selected in the form designer, or pressing F1 when modifying the properties of a TMFMHelp component, should access the relevant Help pages from the MFMHELPP.HLP file.


