Wnd_OpenHiTi

SUMMARY

Wnd_OpenHiTi - Display actual hints & tips

SYNTAX

Wnd_OpenHiTi(<HiTiId>)

ARGUMENTS

HiTiId
Defines the Keyword that in the files should searched for.

DESCRIPTION

Wnd_OpenHiTi - Displays actual hints & tips.

A window showing two columns is opened.
In the left column a tree with the help files is shown, in the right one all files owning the defined keyword are listed.

EXAMPLES

Wnd_OpenHiTi(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