delphi - How to embed HTML help in a form window -


i'm wondering if possible display topics chm file in form of delphi application? know how use htmlhelp api launches external viewer. display topics within form

not tested, but...
if pass help url (like ms-help://embarcadero.rs2009/delphivclwin32/system__tdatetime__-@tdatetime_@const.html) embedded webbrowser, should work.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -