Wnd_HitiId

SUMMARY

Wnd_HitiId - Get HiTi-Id

SYNTAX

Wnd_HitiId()

ARGUMENTS

non

RETURN VALUE

up to 8 Character

DESCRIPTION

Queries the HiTi-ID of the Hints & Tips text of the actual picture.

The HiTi-ID is defined in the VISION-Editor – Application Area, pull down Menu "Edit", selection "Information…" by the entry “Hints & tips”

A typical job sequence would be:

Wnd_HitiId()           (Queries HiTi-ID)
Usr_PushArgs()     (push to stack)
Usr_DisHiTi()         (display help file(s))


see also:     - Usr_DisHiTi

EXAMPLES

Wnd_HitiId()


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