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,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 run the next application function, a key must be pressed.
  • 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: 05/26/2022

Send a report | Local help