ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Telemetry functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Disables the telemetry. The telemetry data is not sent to the server anymore.
Example
TelemetryDisable()
Syntax
TelemetryDisable()
Remarks
To disable the telemetry in an application, you can:
  • use TelemetryDisable.
  • WINDEV re-install the application and uncheck "Participate to the improvement...".
  • WINDEV modify the <Executable name>.WX file. This file must contain the following lines:
    [WDANALYTICS]
    COLLECTE=0

    Note: This entry is not present at all in the <Nom exécutable>.WX file if telemetry is active.
Component: wd300vm.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help