ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
End of Document block
The End of document block is run once at the end of the report execution......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Creating an insert query
An insert query (corresponding SQL statement......
Control constants
List of constants used by the functions for managing controls...
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
Events of the Mobile Image Editor control
control Image Editor allows you to offer your mobile application users the possibility to edit and modify images or photos......
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)....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HFilter (Function)
Defines and enables a filter on a data file, view or query.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.