ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object 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
Option,Version (External language)
In french: Option,Version
Finds out the version number of WINDEV wdxxxwm.dll.
Example
// In C
CALLWD("Option,Version");
strcpy(Version,WDString);
// In Pascal
CALLWD('Option,Version');
Version:=WdString;
// In VB
call CALLWD("Option,Version")
Version=WdString
Syntax
Option,Version()
Remarks
The version number is contained in WdString in the following format: 9.99X (for example: 1.05A).
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help