ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System notification functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Removes all previously sent interactive notifications that match the specified identifier (ID).
Example
SysNotificationRemoveID("ID8")
Syntax
SysNotificationRemoveID(<ID>)
<ID>: Character string
Identifier of the notification to be removed.
Remarks
  • When removed, the notification disappears from the screen and is removed from the Windows Action Center.
  • The ID corresponds to the ID property of the sysNotification variable that describes the notification.
Related Examples:
WD Windows Notification Management Training (WINDEV): WD Windows Notification Management
[ + ] Starting with Windows 10, "toast" notifications (on the right side of the Desktop) are interactive, and enable you to include buttons, input areas and combo boxes.
This example shows how to use this type of notifications.
Business / UI classification: Business Logic
Component: wd300std.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/03/2025

Send a report | Local help