HI_GetPictureWindowState
%HI_SetPictureWindowState, %HI_GetPictureWindowState functions
Function
The function %HI_SetPictureWindowState changes the state of picture window.
The function %HI_GetPictureWindowState gets the state of picture window.
Declaration
%HI_SetPictureWindowState(
INT in _newWinState
)
%HI_GetPictureWindowState()Parameters
_newWinState | 0 - cancels the maximized or minimized picture window |
Description
The function %HI_SetPictureWindowState changes the state of picture window into maximized, minimized or cancels the used status.
The function %HI_GetPictureWindowState gets the state of picture window. It is a number from the range of 0-2. The meaning is following:
0 - normal, the picture window is neither maximized or minimized
1 - picture window is maximized
2 - picture window is minimized
Example
%HI_SetPictureWindowState(1)
_i := %HI_GetPictureWindowState()