ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV and the SOAP protocol
<Looper>.InfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
<sfConnection variable>.ForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
<emailIMAPSession variable>.Expunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Looper control functions
List of functions for managing Looper controls...
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
EmailChangeFolder (Function)
Modifies the current folder in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
AutomaticValidationDuration (Property)
The DurationValidation property automatic allows you to define the delay in seconds before validation automatic of the visit steps.
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
Z-index of a control
All the controls in a window or report have a different z-index......
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)....
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......