ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
SysIconize (Function)
In french: SysIconisé
Used to find out whether a window is minimized. This window was not created by WINDEV.
Note: To determine if a WINDEV window is minimized, use WinSize.
Example
// Find out whether "Microsoft Word - Sales.DOC" is minimized
ResHandle = SysWinHandle("Microsoft Word - Sales.DOC")
WindowMinimized = SysIconize(ResHandle)
Syntax
<Result> = SysIconize(<Window handle>)
<Result>: Boolean
  • True if the specified window is minimized,
  • False otherwise.
<Window handle>: Integer
Handle of the window to test. This handle is returned by SysWinHandle.
Component: wd300std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Example in open window
nResHandle is 8-bytes int = SysWinHandle("Tarifador")
bWindowMinimized is boolean = SysIconize(nResHandle)
BOLLER
31 Jan. 2019

Last update: 01/14/2025

Send a report | Local help