ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Iconise la fenêtre "FEN_SaisieClient"
Iconize(FEN_SaisieClient)
Syntax
Iconize([<Window>])
<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.
Component: wd300obj.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: 03/27/2025

Send a report | Local help