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
Close (External language)
In french: Ferme
Closes the current window and restores the context that existed before the window was opened.
Example
// In C
CALLWD("Close");
// In Pascal
CALLWD('Close');
// In VB
call CALLWD("Close")
Syntax
Close()
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 12/18/2023

Send a report | Local help