ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Telemetry 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
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

    Remark: This entry is not found in the <Executable name>.WX file if telemetry is enabled.
Component: wd290vm.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help