How to use CHM HTML Help file with Delphi XE application?

后端 未结 1 913
南旧
南旧 2021-01-06 10:31

Delphi - How to use CHM HTML Help file with Delphi XE application?

http://edn.embarcadero.com/article/27842 article describes how to use CHM file. I did all the ste

1条回答
  •  太阳男子
    2021-01-06 10:56

    The article you are working from pre-dates built in support for HTML help. These days you do the following:

    • Include HtmlHelpViewer in at least one of your uses clauses.
    • Set Application.HelpFile to the path of your help file.

    And that's it. The code in your question should be removed. The built-in help viewer takes care of all those details.

    0 讨论(0)
提交回复
热议问题