Jump to content

Help: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
A help system is a documentation component accessed by an application program that explains the usage and features of the program and is meant to help the end user to understand how to use the program in an efficient manner. OS/2 has a built in [[GML]] based help system called [[Information Presentation Facility]] but a number of alternatives exist as well most of them based around [[WPS]] classes.
==Alternatives==
==Alternatives==
* [[CWHelp Class]] - A WPS Class that adds a simple help system that is easier to use if your development system does not offer its own help file generation.
* [[CWHelp Class]] - A WPS Class that adds a simple help system that is easier to use if your development system does not offer its own help file generation.


[[Category:Help system]]
[[Category:Help system]]

Revision as of 18:04, 1 July 2016

A help system is a documentation component accessed by an application program that explains the usage and features of the program and is meant to help the end user to understand how to use the program in an efficient manner. OS/2 has a built in GML based help system called Information Presentation Facility but a number of alternatives exist as well most of them based around WPS classes.

Alternatives

  • CWHelp Class - A WPS Class that adds a simple help system that is easier to use if your development system does not offer its own help file generation.