|
|
|
|
|
SysNotificationCompatible (Function) In french: SysNotificationCompatible Checks if the operating system supports interactive notifications. // Checks if the operating system supports interactive notifications IF SysNotificationCompatible() THEN Info("The system supports interactive notifications.") END
Syntax
<Result> = SysNotificationCompatible()
<Result>: Boolean - True if the system supports interactive notifications.
- False otherwise.
Related Examples:
|
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|