|
|
|
|
|
<Window>.Iconize (Function) In french: <Fenêtre>.Iconise Minimizes a WINDEV window. Note The function <Window>.Iconize function performs the same action as the minimize button in the top right-hand corner of windows.
FEN_SaisieClient.Iconise()
Syntax <Window>: Window name Name of window to minimize. Note: If the specified window corresponds to a child window, the parent window is also iconized.. Remarks To find out whether a window is minimized, use WinSize.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|