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
Interactive notification functions
The following functions are used to handle interactive notifications:
SysNotificationClearRemoves all interactive notifications previously sent by the current application.
SysNotificationCompatibleChecks if the operating system supports interactive notifications.
Updates the characteristics of a progress bar present in a system notification.
This new function is available from WINDEV Suite SaaS 2025 Update 1.
SysNotificationRemoveRemoves a previously sent interactive notification.
SysNotificationRemoveIDRemoves all previously sent interactive notifications that match the specified identifier (ID).
SysNotificationSendSends an interactive notification to the system in order to be displayed.


The interactive notification functions use the following types of variables:
sysNotificationThe sysNotification type is used to define all the advanced characteristics of an interactive system notification.
sysNotificationButtonThe sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
sysNotificationInputThe sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
The sysNotificationProgressBar type is used to define all the characteristics of a progress bar displayed in an interactive notification, including text, progress, etc.
This new variable type is available from WINDEV Suite SaaS 2025 Update 1.
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.
Minimum version required
  • Version 27
Comments
Click [Add] to post a comment

Last update: 03/14/2025

Send a report | Local help