AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del sistema
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
SysIconBadge (Function)
In french: SysIconeBadge
Returns or modifies the value displayed in the badge associated with the icon of an iOS or Universal Windows 10 App application.
Example
// Increments the badge to inform the user of a new incoming email
SysIconBadge(SysIconBadge() + 1)
Syntax

Modifying the value displayed in the badge Hide the details

SysIconBadge(<Value>)
<Value>: Integer
New value that must be displayed in the badge associated with the application icon. If this value is set to 0, the badge is not displayed.

Finding out the value displayed in the badge Hide the details

<Result> = SysIconBadge()
<Result>: Integer
Current value displayed in the badge of the application. If this value is set to 0, the badge is not displayed.
Related Examples:
WM System Cross-platform examples (WINDEV Mobile): WM System
[ + ] This application is an example of some of the features of WINDEV Mobile available for Android/iOS.
The following system functions are used:
- NFC
- Multimedia control
- Brightness
- Volume
- Wi-Fi
- Bluetooth
- Toast
- Compass
- Accelerometer
- Camera control
- LED
- Vibration
- Notifications
- Drawing functions
- Internet
Versión mínima requerida
  • Versión 19
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/06/2023

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