whats new ¦  programming tips ¦  indy articles ¦  intraweb articles ¦  informations ¦  links ¦  interviews
 misc ¦  tutorials ¦  Add&Win Game

Tips (1541)

Database (90)
Files (137)
Forms (107)
Graphic (114)
IDE (21)
Indy (5)
Internet / LAN (130)
IntraWeb (0)
Math (76)
Misc (126)
Multimedia (45)
Objects/
ActiveX (51)

OpenTools API (3)
Printing (35)
Strings (83)
System (266)
VCL (242)

Top15

Tips sort by
component


Search Tip

Add new Tip

Add&Win Game

Advertising

36 Visitors Online


 
...work with HTML Help (.chm) files?
Autor: Martin Stoeckli
Homepage: http://www.martinstoeckli.ch
[ Print tip ]  

Tip Rating (8):  
     


{
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.
}

 

Rate this tip:

poor
very good


Copyright © by SwissDelphiCenter.ch
All trademarks are the sole property of their respective owners