 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Mike Glazer Guest
|
Posted: Wed Jan 26, 2005 8:30 pm Post subject: Delphi2005 Help |
|
|
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
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|