ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
fClose (Example)
Usage example of the fClose function
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
NFCWriteTag (Function)
Starts writing data to an NFC tag.
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
zipExtractPath (Example)
Usage example of the zipExtractPath function