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
SysIconDeleteImage (Function)
In french: SysIconeSupprimeImage
Deletes the icon that overlays the application icon in the taskbar. This icon was displayed by SysIconAddImage.
Important: The taskbar must be configured to display large icons.
Example
// During the process, adds an hourglass icon over the icon of the application
SysIconAddImage("hourglass.ico")
HourGlass()
Long_process()
HourGlass(False)
// Delete the icon at the end of the process
SysIconDeleteImage()
Syntax
<Result> = SysIconDeleteImage()
<Result>: Boolean
  • True if the overlaying icon was deleted,
  • False otherwise.
Component: wd300std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/14/2025

Send a report | Local help