D7
--

Install:     Copy MAUSHelp.dcu to ../Delphi7/Lib.

Use in Apps: 1. Place MAUSHelp in the uses cause of the MainForm.

             2. Under public define like these: 

                Help : TMAUSHelp;

             3. On Form Create event "FormCreate" do create instance
                of TMAUSHelp like:

                Help := TMAUSHelp.Create(self); 

             4. Do not make Help.Free; 
                   --------
             5. More information to use it, you found in:

                Example: MAUSHelpExa + Helpfile.


Note: the component is given as is, without any warranties.

Use it also with D6, but it's no tested with D6 by the author.