_pwbhelp_index

Key

Unassigned

Menu

Help menu, Index command

The _pwbhelp_index macro opens the Help window and displays the top-level table of indexes in the Help system.

Within the Help system, most Help topics have an Index button at the top of the window. This button also takes you to the top-level table of indexes.

Definition

_pwbhelp_index:=cancel arg "advisor.hlp!h.index" pwbhelp.pwbhelp <

Cancel

Establishes a uniform “ground state” by canceling any selection or argument.

Arg "advisor.hlp!h.index"

Defines a text argument with the topic name for the Help index.

Pwbhelp.

Specifies that the function is the PWBHELP extension function.

Pwbhelp

Looks up the topic “h.index” in the ADVISOR.HLP Help file.

<

Restores the function's prompt (if any). By default, function prompts are suppressed while a macro is running.

See

Pwbhelp