ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Managing external languages / C functions
  • Use
  • Syntax
  • Notes
  • Returned value
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Use
Allows you to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx.
Each one of the functions presented below returns a different type. To find out the type that will be returned by the WLanguage code:
Syntax
BOOL      bWDGetValeurRetour(void);
Return value on error: If the value is not of Boolean type, the function returns False.
Int       nWDGetValeurRetour(void);
Return value on error: If the value is not of type Integer, the function returns 0.
WDINT64   i64WDGetValeurRetour(void);
Return value on error: If the value is not an 8-byte integer, the function returns 0.
Double    dWDGetValeurRetour(void);
Return value on error: If the value is not of float type, the function returns 0.0.
Double dWDGetValeurRetour(void);
Return value on error: If the value is not of float type, the function returns 0.0.
Notes

Returned value

A default value will be returned if the type of the return value does not correspond to one of the above-mentioned functions. This default value is specified for each function (return value if an error occurred)
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help