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
Screen,Next (External language)
In french: Ecran,Suivant
Returns the name of the next editable control.
Example
// In C
CALLWD("Screen,Next");
strcpy(ControlName,WdName);
Subscript=WDSubscript;
// In Pascal
CALLWD('Screen,Next');
ControlName:=WdName;
Subscript:=WDSubscript;
// In VB
call CALLWD("Screen,Next")
ControlName=WdName
Subscript=WdSubscript
Syntax
Screen,Next()
Remarks
  • The name of the control is returned in WdName.
  • For a subscripted control, WdSubscript contains the subscript of the control.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 04/06/2023

Send a report | Local help