Delphi2005 Help
From: Mike Glazer (glazer_at_physics.ox.ac.uk)
Date: 01/26/05
- Next message: Ulrich Korndoerfer: "Re: Converting a userspecific VCL-component to an ActiveX-control"
- Previous message: Bjørge Sæther: "Re: Does CreateParented destroys children automatically ????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Ulrich Korndoerfer: "Re: Converting a userspecific VCL-component to an ActiveX-control"
- Previous message: Bjørge Sæther: "Re: Does CreateParented destroys children automatically ????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|