How to display Help Files from APL
Contents
ShowChmHelp is part of the CategoryAplTree project.
Overview
This class serves two simple purposes:
- Display a help file, starting with the default topic.
- Display a particular (named) topic in a particular help file
You must create an instance before you can use the methods the class is coming with, and you must make sure that the Destructor is called at some point because otherwise APL might crash. This is neither a fault of the class nor of APL, it's simply how the underlying DLL is defined.
You can get details about how to use ShowChmHelp with ADOC; execute:
#.ADOC.Browse #.ShowChmHelp
Project Page
For bug reports, future enhancements and a full version history see ShowChmHelp/ProjectPage
Version Information
Original author: |
|
Responsible: |
|
Email: |
APLTree downloads
Whether you are interested in ...
- the latest stable version or...
- any older version or...
- the full project including development stuff and test cases or...
- the current development trunk, again with development stuff and test cases...
... all downloads are available at http://download.aplwiki.com/apltree
APL Wiki