Frage

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?

Keine korrekte Lösung

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top