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 / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
WINDEVVersion (Function)
In french: WINDEVersion
Returns the version number of the wdxxxvm DLL.
Note This function is equivalent to ExeInfo with the constant exeVersion.
Example
WEBDEV - Server codeAjax
Info("Version WEBDEV : " + 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 ("01F300039g" for example).
versionLanguageReturns a constant that corresponds to the language of the framework:
  • languageEnglish: Framework in English.
  • languageChinese: Framework in Chinese.
  • langueFrench: Framework in French.
PHP Not available.
versionVM
(default value)
Returns the version number of the wdxxxvm DLL ("30.01Dn" for example).
Component: wd300vm.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help