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: <Window>.Iconize performs the same action as the minimize button at the upper-right corner of the windows.
Example
// Minimizes the "WIN_EditCustomer" window
WIN_EditCustomer.Iconize()
Syntax
<Window>.Iconize()
<Window>: Window name
Name of window to minimize.
Remark: 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 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help