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,Current (External language)
In french: Ecran,Courant
Retrieves the name of the control being edited and its index, if necessary.
Example
// In C
CALLWD("Screen,Current");
strcpy(CurrentControl,WDName);
// In Pascal
CALLWD('Screen,Current');
CurrentControl:=WdName;
// In VB
call CALLWD("Screen,Current")
CurrentControl=WdName
Syntax
Screen,Current()
Remarks
  • WdName contains the name of the control. If the control is a subscripted control, WdSubscript contains the subscript of the control.
  • The space characters found at the end of WdName are deleted by default. Space, Yes must be used in order for the space characters not to be deleted from WdName (on 10 characters).
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 04/06/2023

Send a report | Local help