Displays the help page in a floating window.
Syntax
Help_DisplayFloating(INT bAutoPosition, INT nPositionMode, INT x, INT y)
bAutoPosition
TRUE window will be placed near the focused object. FALSE will use the x/y coordinates
nPositionMode
Determines the position where the window will be placed. This can take the following values:
x
x position of the left of the window.
y
y position of the top of the window.
Return Value
N/A
Example
Help_DisplayFloating(FALSE, WndInfo(0), 0)
Related Functions
Published June 2018