Help_DisplayFloating
- Last UpdatedJul 18, 2023
- 1 minute read
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:
0 - use the passed x and y co-ordinates
1 - place below the focused object
2 - place below the Header Bar Help button
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)