ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE


This content has been translated automatically.  Click here  to view the French version.
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
WINDEVVersion (Function)
In french: VersionWINDEV
Returns the version number of the wdxxxvm DLL.
AndroidAndroid Widget Java Returns the version number of the wdxxxjava.jar archive.
Remark: This function is equivalent to the ExeInfo function with the exeVersion constant.
Example
WINDEVReports and QueriesUser code (UMC)
Info("Version WINDEV: " + WINDEVVersion())
WEBDEV - Server codeAjax
Info("Version WEBDEV: " + WINDEVVersion())
WINDEVAndroidAndroid Widget Java
Info("Version Java: " + WINDEVVersion())
Syntax
<Result> = WINDEVVersion([<Version>])
<Result>: Character string or constant
  • Version number of the requested element.
  • Constant that corresponds to the framework used.
<Version>: Optional Integer constant
Requested version:
versionFrameworkReturns the version number of PC SOFT framework ("01F280039g" for example).
AndroidAndroid Widget Not available.
versionLanguageReturns a constant that corresponds to the language of the framework:
  • languageEnglish: Framework in English.
  • languageChinese: Framework in Chinese.
  • languageFrench: Framework in French.
AndroidAndroid Widget JavaPHP Not available.
versionVM
(default value)
Returns the version number of the wdxxxvm DLL ("28.01Dn" for example).
AndroidAndroid Widget Java Returns the version number of the wdxxxjava.aar archive.
To get the version of this archive, simply:
  1. Open the ".jar" or ".aar" archive (zip archive),
  2. Go to the "\res\raw\" folder,
  3. Open "build_info.properties". This text file contains (for example):
    major.number=25
    minor.number=0
    build.number=341
    revision.number=8
If a Android APK / AAB application is generated with this version of the framework , the WLanguage function WINDEVVersion returns "25.0.341.8".
Component: wd280vm.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment