ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Utility components
WINDEV includes several utility components that allow you to handle data directly......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
nWDGetLastError: Error code of last error
Error code of last error......
5. User Groupware in practice
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
Print constants
List of constants used by the print functions....
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
SQLReqExists (Function)
Checks the existence of a query.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Arithmetic operators
The arithmetic operators are......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
SQLListSource (Function)
Lists the data sources declared on a local site.
SQLChangeConnection (Function)
Modifies the current connection.
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......