Returns the version number of the wdxxxvm DLL.
Remark: This function is equivalent to the
ExeInfo function with the
exeVersion constant.
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: | |
versionFramework | Returns the version number of PC SOFT framework ("01F280039g" for example). |
versionLanguage | Returns 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 ("28.01Dn" for example). |