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,ScreenToFile (External language)
In french: Ecran,EcranVersFichier
Initializes the file items with the value of the window controls bound to these items.
Example
// In C
CALLWD("Screen,ScreenToFile");
HAdd("CUSTOMER");
// In Pascal
CALLWD('Screen,ScreenToFile');
HAdd('CUSTOMER');
// In VB
call CALLWD("Screen,ScreenToFile")
call HAdd("CUSTOMER")
Syntax
Screen,ScreenToFile()
Remarks
  • Screen,ScreenToFile does not directly write to the file. It assigns the file variables.
  • To modify the record in the file, you must run HAdd or HModify according to the case.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help