_pwbhelp_contents

Key

SHIFT+F1

Menu

Help menu, Contents command

The _pwbhelp_contents macro opens the Help window and displays the top-level contents of the Help system.

Within the Help system, most Help topics have a Contents button at the top of the window. This button also takes you to the top-level contents.

Definition

_pwbhelp_contents:=cancel arg "advisor.hlp!h.contents" pwbhelp.pwbhelp <

Cancel

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

Arg "advisor.hlp!h.contents"

Defines a text argument with the topic name for the general table of contents.

Pwbhelp.

Specifies that the function is the PWBHELP extension function.

Pwbhelp

Looks up the topic h.contents 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