ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System notification 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
Interactive notification management 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.
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 management 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.
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: 10/02/2023

Send a report | Local help