Вопрос

I have help file "help.hap" I add him to app by typing his name in app properti under HelpFile. Then I add

procedure TForm1.Pomoc1Click(Sender: TObject);
begin
Application.HelpContext(0);
end;

But I get error

no context-sensitive help installed

WTF I just add it right?

Это было полезно?

Решение

Help.hap is the name of your Help Author Pro project file. It is no more a help file than your .dpr Delphi project file is an executable program.

You can use your help-authoring tool to generate documentation in several different formats, including HTML and RTF. Generate an actual help file, such as help.hlp or help.chm.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top