Board index » delphi » How to display my application Help contents file?

How to display my application Help contents file?

Hello

        What is the command I should use to display my application
Help contents file (.cnt)?
        Thanks.

Best regards, Andre Brandao

 

Re:How to display my application Help contents file?


In article <Pine.GSO.4.02A.9901300252150.17378-100...@camoes.rnl.ist.utl.pt>,

Quote
Andre Brandao <ac...@camoes.rnl.ist.utl.pt> writes:
>    What is the command I should use to display my application
>Help contents file (.cnt)?

The HCW (Help Compiler Workshop) help file says to use :-

Application.HelpCommand(HELP_FINDER, 0);

Previous WinHelp files used HELP_CONTENTS (which displays what is specified in
the [CONTENTS] section of the .hpj file) but new help systems should provide a
.cnt file and use HELP_FINDER.

Alan Lloyd
alangll...@aol.com

Other Threads