ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Simple statements
The simple statements of WLanguage are as follows:
BREAKExit from a statement block and run the rest of the current process.
CONTINUEGoes to the beginning of the next iteration without ending the code of the current iteration.
RETURNExit from a statement block and exit from the current process (or procedure).
RETURNExits the current process (or procedure) and return a status code.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment