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,Raz (External language)
In french: Ecran,Raz
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window. The List Box and Combo Box controls may not be reset.
Example
// In C
// Reset ALL the window controls to zero
CALLWD("Screen,Raz");
// In Pascal
(* Reset ALL the window controls to zero *)
CALLWD('Screen,Raz');
// In VB
' Reset ALL the window controls to zero
call CALLWD("Screen,Raz")
Syntax
Screen,Raz()
Remarks
  • If 1 is specified as parameter, the content of the List Box and Combo Box controls will not be modified.
  • If 1 is not specified as parameter, the content of the List Box and Combo Box controls will be reset to its initial value (defined in the WINDEV editor).
  • To reset a List Box or Combo Box control to zero, use List,Delete.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help