ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System 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
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 the "Large icons" mode.
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: wd290std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help