ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Application update functions
21 results
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
AppInstallUPD (Function)
Triggers the automatic update of current application.
AppInstallVersion (Function)
Installs a specific application version.
Application functions with "Live update"
List of functions for managing the applications with "live update"
AppListVersion (Function)
Lists the versions available on the reference setup server.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
Constants for managing applications with "Live update"
List of constants used by functions for managing applications with "Live update".
InfoVersion (Variable type)
The InfoVersion type is used to find out the characteristics of a specific application version.
Principle of remote check
Remote Control: Customizing with your own procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application...
Remote Control: Customizing with your own window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application...
Remote control: some configuration examples
The structure of the file for remote control
The management of remote control uses a file in INI format...
WLanguage procedures
1 document
WLanguage procedure called by AppControl
Procedure ("Callback") called by AppliContrôle to process the remote control messages. This procedure can be a local, global or internal procedure.