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

Send a report | Local help