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