ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Application update 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
Warning
From version 23, AppliUPDAvailable is kept for backward compatibility. This function has been replaced with AppUPDAvailable.
Allows you to find out whether an update is available for the specified application.
Example
IF AppUPDAvailable() = appUPDAvailMandatory THEN
IF YesNo("An update is available for the application.", ...
  "Do you want to perform this update?") = Yes THEN
  AppInstallUPD()
END
END
Syntax
<Result> = AppUPDAvailable([<Application path>])
<Result>: Integer constant
Returns:
  • 0 if an error occurred when searching for the update. To get more details on the error, use ErrorInfo.
  • one of the following constants:
    appUPDAvailMandatoryA mandatory update is available.
    appUPDAvailOptionalAn optional update is available.
    appUPDNotAvailNo update available.
<Application path>: Optional character string
Full path of executable to use. If this parameter is not specified, the current application will be handled.
Business / UI classification: Business Logic
Component: wd290std.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help