 |
ALPHA-VISION® Window dependent Actions: Usr_DisHiTi
|
Usr_DisHiTi
SUMMARY
Usr_DisHiTi
SYNTAX
Usr_DisHiTi(
<Keyword>)
ARGUMENTS
- Keyword
-
Specifies a keyword for the help function.
DESCRIPTION
Invoking of HTML Help files.
The keywords of all Help files are compared with the defined one.
In a dialog window any file its keyword match’s is listed.
See also:
HtmlForAbHelp
Precondition:
The program “AbHelp.exe” must be available in the runtime area, as
well as the Files “AbCppDll.dll and C4Dll.dll.
(the system must provide the files “Msvcrt.dll” & "mfc42.dll")
EXAMPLES
Usr_DisHiTi(Browser)
Any file containing the keyword "Browser" is listed in a window.
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times