AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de íconos
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
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local