ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Tile 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
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App application.
For example, the following tile proposes a numeric notification displaying the number 12 and indicating that 12 messages must be read.
Example
TileDisplayBadge(nNbUnreadEmails)
Syntax
TileDisplayBadge(<Value>)
<Value>: Integer or integer constant
  • Integer from 0 to 99: the selected value will be displayed in the tile. The value 0 is used to delete the badge.
  • Constant used to display an image in the tile. This constant can be chosen among the following values:
    badgeAlert
    badgeAvailable
    badgeBusy
    badgeCaution
    badgeError
    badgeGone
    badgeInActivity
    badgeNewMessage
    badgeNoneThe badge is deleted.
    badgePause
    badgePlay
    badgeUnavailable
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help