ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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 <Window>.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"
FEN_SaisieClient.Iconise()
Syntax
<Window>.Iconize()
<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.
Component: wd300obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help