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
WDEnd (External language)
In french: WDTermine
Ends a program that is using WINDEV. Remark: WDEnd is mandatory in all the WINDEV programs.
Example
// In C
WDEnd();
// In Pascal
WDEnd;
// In VB
call WDEnd
Syntax
WDEnd()
Remarks
This function is not called by CALLWD.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help