ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Managing external languages / Object functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Option,Test (External language)
In french: Option,Test
In an information window, displays each call to the function and each status report returned by the function.
Example
// In C
CALLWD("Option,Test,Yes");
// In Pascal
CALLWD('Option,Test,Yes');
// In VB
call CALLWD("Option,Test,Yes")
Syntax
Option,Test(<Indicator>)
<Indicator>: Character string
Can be set to:
  • "yes" to switch to test mode
  • "no" to inhibit the test mode.
Remarks
  • To execute the application's next function, press a key.
  • To cancel the test mode, all you have to do is press the Esc key (equivalent to Option,Test,No).
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help