ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV 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
Used to determine if the application is launched from an interactive notification in "Windows 10".
Example
IF InSysNotificationMode() = True THEN
Trace("Application launched from a Windows 10 notification")
END
Syntax
<Result> = InSysNotificationMode()
<Result>: Boolean
  • True if the application is launched from a "Windows 10" notification,
  • False otherwise.
Business / UI classification: Business Logic
Component: wd290std.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help