ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / C functions
  • Use
  • Syntax
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Use
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only).
Syntax
int      nWDSetCallBackNext(pfnWDCALLBACK pfnCallBack, DWORD dwUserParam);
Details of parameters
pfnWDCALLBACK: Address
Address of the CallBack function
dwUserParam:
User parameter passed to the "Callback" function. This parameter is used to give the address of a data structure associated with the current process for example.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help