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
Test (External language)
In french: Test
Displays each function call and each status report returned by the function.
Example
// In C
CALLWD("Test,Yes");
// In Pascal
CALLWD('Test,Yes');
// In VB
call CALLWD("Test,Yes")
Syntax
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 following 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