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
SysIconDelete (Function)
In french: SysIconeSupprime
Deletes an icon from the taskbar (next to the clock). This icon was added into the taskbar by SysIconAdd.
or
Remark: The icon is automatically deleted when closing the application.
Example
// Delete the icon that was previously added into the taskbar
ResDelIcon = SysIconDelete()
Syntax
<Result> = SysIconDelete()
<Result>: Boolean
  • True if the icon was deleted from the taskbar,
  • False otherwise.
Component: wd290std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help