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 / Windows functions / Application update functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Constants for managing applications with "Live update"
ConstantUseValue
acForbiddenRemote control mode: no access to the application.AppControl
acStopRemote control mode: application stopped.AppControl
acWarningRemote control mode: Warning of impending stop.AppControl
appUPDAutoCheckAutomatic check for updates.AppChangeParameter,
AppParameter
appUPDAvailMandatoryA mandatory update is available. AppUPDAvailable, Procedure of AppDetectUPDAvailable
appUPDAvailOptionalAn optional update is available.AppUPDAvailable, Procedure of AppDetectUPDAvailable
appUPDBackgroundTaskDownload application updates from the Private Store in the background. AppChangeParameter,
AppParameter
appUPDCompatibleVersionMinimum version number compatible with the reference version.AppParameter
appUPDDisplayErrorAllows you to display a message if a problem is encountered when checking for updates.AppChangeParameter,
AppParameter
appUPDDisplayModeDisplay options for update notifications:
  • 0: A window in the application is used to warn the user.
  • 1: A Notification is used to alert the user.
AppChangeParameter,
AppParameter
appUPDDisplayTimeDisplay time of messages.AppParameter
appUPDLocalVersionVersion number of local executable.AppChangeParameter,
AppParameter
appUPDModeCurrent operating mode of the application:
  • 0: Normal operation.
  • 1: Launch prohibited: current executables continue to run.
  • 2: Launch prohibited: executables in progress receive a warning message periodically.
  • 3: Launch prohibited: executables in progress are automatically stopped after a certain time.
AppChangeParameter,
AppParameter
appUPDMsgForbidMessage displayed when the startup of the application is forbidden.AppChangeParameter,
AppParameter
appUPDMsgStopMessage displayed before the application is automatically stopped (when appUPDMode = 3).AppChangeParameter,
AppParameter
appUPDMsgWarningMessage displayed on a regular basis (when appUPDMode = 2).AppChangeParameter,
AppParameter
appUPDNetworkLevel of update:
  • 0: No update.
  • 1: Network update enabled.
  • 2: Network update enabled and applications registered with the update server.
AppChangeParameter,
AppParameter
appUPDNotAvailNo updates are available.AppUPDAvailable
appUPDPathPath of update information on the server.AppChangeParameter,
AppParameter
appUPDProtocolNetwork protocol used to search for updates. This protocol can correspond to "LOCAL" or to "HTTP".AppChangeParameter,
AppParameter
appUPDReferenceVersionVersion number of the reference version.AppParameter
appUPDServerServer where the updates will be sought. If the HTTP protocol is used, IP address or name of computer. If the LOCAL protocol is used, name of network share.AppChangeParameter,
AppParameter
appUPDTimeoutTimeout between two messages (if appUPDMode = 2) or before the application is automatically stopped (if appUPDMode = 3). This timeout is expressed in seconds. AppChangeParameter,
AppParameter
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help