Wnd_ToolTip

SUMMARY

Wnd_ToolTip - Load ToolTip Information

SYNTAX

Wnd_ToolTip(<DisplayId>,<Num.of vars>)

ARGUMENTS

DisplayId
Name of the ToolTip Window.
Num.of vars
Optional - Number of arguments to hand over.

DESCRIPTION

The information window is kept open as long as the mouse pointer is over the ToolTip Object.

EXAMPLES

Wnd_ToolTip(info,)
The window "info" is kept open as long as the mouspointer is over the ToolTip Object.


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