Class: HelpSystem
Properties | Events | Methods | Index of Classes
Used to create help object for a Windows Help Files
Hierarchy
cObject > HelpSystem
Show full hierarchy and direct subclasses
- cObject
- HelpSystem
Library: Windows Application Class Library
Package: Dfhlpcl.pkg
Description
This class is obsolete. Use cHtmlHelp to create Help/Documentation for Windows applications.
The HelpSystem class provides support for an application to access a Windows Help file. This class is provided to allow you to continue to access legacy windows help files. We recommend that you use HTML based help and that you use the cHtmlHelp class provided for this.
The process of using help is an automatic part of the framework. This process is the same for Windows and HTML help. Refer the the cHtmlHelp class for more information about using help in an application.