ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV 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
WINDEVVersion (Function)
In french: VersionWINDEV
Returns the version number of the wdxxxvm DLL.
Remark: This function is equivalent to the ExeInfo function with the exeVersion constant.
Example
Reports and Queries
Info("WINDEV version: " + 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 ("01F290039g" for example).
versionLanguageReturns a constant that corresponds to the language of the framework:
  • languageEnglish: Framework in English.
  • languageChinese: Framework in Chinese.
  • languageFrench: Framework in French.
versionVM
(default value)
Returns the version number of the wdxxxvm DLL ("29.01Dn" for example).
Component: wd290vm.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2023

Send a report | Local help