Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to embed HTML help in a form window

Tags:

delphi

chm

I'm wondering if it is possible to display topics from a CHM help file in a form of my Delphi application? I know how to use the htmlhelp api but it launches the external help viewer. I would like to display the help topics within a form

like image 294
Joe Meyer Avatar asked Jan 11 '10 18:01

Joe Meyer


1 Answers

Not tested, but...
If you pass the help url (like ms-help://embarcadero.rs2009/delphivclwin32/System__TDateTime__-@[email protected]) to an embedded WebBrowser, it should work.

like image 189
Francesca Avatar answered Sep 28 '22 13:09

Francesca