home *** CD-ROM | disk | FTP | other *** search
- FN_shell_IntHelp_Init
- => None
-
- <= bool TRUE if module initialised correctly
- FALSE otherwise
-
- Normally called automatically when the library file
- is loaded by FNshell_InstallLib. If the library
- code is appended to the main program instead it will
- need to be called to initialise the interactive help
- module.
-
- --------------------------------------------------------
-
- PROCshell_InteractiveHelpOn
- => none
-
- Enables interactive help messages for
- the application. This is the default
- when the application is initialised.
-
- --------------------------------------------------------
-
- PROCshell_InteractiveHelpOff
- => none
-
- Disables interactive help messages for
- the application.
-
- --------------------------------------------------------
-
- FNshell_InteractiveHelpIsOn
- => none
-
- <= bool TRUE if help is being responded to,
- FALSE otherwise
-
- --------------------------------------------------------