The function %HI_GetPictureWindowState gets the state of picture window.
%HI_SetPictureWindowState( INT in _newWinState )
%HI_GetPictureWindowState()
_newWinState | 0 - cancels the maximized or minimized picture
window 1 - maximizes the picture window 2 - minimizes the picture window |
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
%HI_SetPictureWindowState(1)
_i := %HI_GetPictureWindowState()
0 komentárov