ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Error 16: Incompatible CASE
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
<Looper>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
<Pivot table>.Load (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
<modbusSession>.WriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
StringRetrieve (Function)
Retrieves a character string in a format external to PC Soft (character string that is the result of a Windows API for example).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ColumnWidth (Property)
The ColumnWidth property is used to get and change the width of each column in a multi-column Looper control.
ActionCible (Property)
The Property TargetAction allows you to define the action performed when clicking on the target control (s) of the step of a guided tour.
ActionHorsCible (Property)
The Property ActionOffTarget allows you to define the action performed when clicking on fields other than the target fields of the step of a guided tour.
growth (Property)
The growth property allows you to define the percentage of growth of the halo used to highlight an element in a step of a guided tour.
Error 203: The procedure already has a scope attribute (local or global)
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.