System Projects Reference > Situational Awareness System Projects > Situational Awareness Include Project > Help_DisplayInPane

Help_DisplayInPane

Displays the help page in a pane.

Syntax

Help_DisplayInPane(STRING sPane, STRING sWorkspaceName)

sPane

The name of the pane in which to display the help page. To ensure the help displays without scaling, ensure your pane is sized to match the desired help page size.

sWorkspaceName

The name of the workspace in which to display the pane. Specify “” to display in sPane of the workspace of the current window (default). This is an optional parameter.

Return Value

N/A

Example

Help_DisplayInPane("MyPane")

Related Functions

Published June 2018