Delphi2005 Help

From: Mike Glazer (glazer_at_physics.ox.ac.uk)
Date: 01/26/05


Date: Wed, 26 Jan 2005 20:30:31 -0000

I find that in Delphi 2005 the following code which used to work in Delphi 6
no longer works. No help file seems to be returned. Any suggestions?

procedure TForm1.HelpFileExecute(Sender: TObject);
begin
        Application.HelpFile := ExtractFilePath(Application.ExeName
+'Emaxhlp.hlp';

        Application.HelpCommand(HELP_FINDER, 0);
end;

Mike Glazer



Relevant Pages

  • Re: D7 --- Load different .hlp file by pressing F1 key at each form of an application
    ... For make you help file you can use ShalomHelpMaker ... Never change the HelpFlie property of the application cause Delphi do it ... How can i load a .hlp file from Delphi anyway? ... TApplication named "Application" when a Delphi app is run). ...
    (comp.lang.pascal.delphi.misc)
  • Re: Installing a new HLP file in Delphi?
    ... > TStringList and resaving it works fine. ... Delete the *.GID Delphi help file. ... show up in the OpenHelp tabs of Delphi 7 help file, ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: F1 Help - Accessing a help file
    ... F1 help is generally supported by Delphi. ... routes the help request to the context sensitive help system. ... help keywords. ... help file contains the context number mapping and/or the keyword. ...
    (borland.public.delphi.language.objectpascal)
  • Re: Embarcadero buyout?
    ... "Brion L. Webster" wrote in message ... Delphi will live or die by its help file. ... Additional documentation not to be neglected either, but the Help file is what makes Delphi usable. ...
    (borland.public.delphi.non-technical)
  • Re: Nice Delphi Graphics Demonstration
    ... which I doubt was made with Delphi since it ... but maybe that's just to make it work on both Window and ... What are the clipboard contents, ... Have you read in the help file yet about ...
    (comp.lang.pascal.delphi.misc)