Mega Code Archive

 
Categories / Delphi / Examples
 

Work with html help [ chm] files

{ Delphi stellt eine komfortable Unterstuetzung von Windows Help Files (.hlp) zur Verfuegung. Um jedoch HTML Help Files (.chm) anzuzeigen, muss man selber in die Tasten greifen. Mit diesem Link findet Ihr eine Unit, welche die Schnittstellen fuer Delphi 6-7 implementiert. http://www.martinstoeckli.ch/delphi/delphi.html#VclHtmlHelp Das ganze Framework von Delphi kann weiterhin benutzt werden, um die Unit zu installieren muss sie einfach ins Projekt aufgenommen werden. //////////////////////////////////////////////////////////////// Delphi offers a comfortable way to show context sensitive helpfiles, however the support is limited to the Windows help system (.hlp). If you want to work with HTML help files (.chm), then you have to write some extra code. Following this link you can find a unit, which will allow you to use HTML help files. http://www.martinstoeckli.ch/delphi/delphi.html#VclHtmlHelp You can use the normal Delphi VCL framework and write your projects the same way, as you would using normal (.hlp) files. Simply add the unit to your project. }