|
|
|
|
Iconize (Function) In french: Iconise Minimizes a WINDEV window. Remark: Iconize performs the same action as the minimize button at the upper-right corner of the windows.
// Minimizes the "WIN_EditCustomer" window Iconize(WIN_EditCustomer)
Syntax <Window>: Window name Name of window to minimize. - If this parameter is not specified or if it corresponds to 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|