ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Minimizes a WINDEV window.
Remark: Iconize performs the same action as the minimize button at the upper-right corner of the windows.
Example
// Minimizes the "WIN_EditCustomer" window
Iconize(WIN_EditCustomer)
Syntax
Iconize([<Window>])
<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.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Exemplo bandeja windows
https://youtu.be/UgQ6ygwS5No
https://windevdesenvolvimento.blogspot.com/2021/06/dicas-3354-windev-webdev-mobile.html

// END OF INITIALIZATION OF WIN_BANDEJA_TESTE

SysIconAdd(fExeDir()+"\matos.ico","MENU_popup")
WIN_bandeja_teste.Iconize()

Exemplo bandeja windows
amarildo
12 Jun. 2021
TO find out if a window is alrready minimized...
From SYSIconize -
Note: To find out whether a WINDEV window is minimized, use WinSize.
Chris
01 Aug. 2018

Last update: 05/26/2022

Send a report | Local help