ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code...
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query...
SQL selection conditions
To specify the selection conditions in an SQL query, you can use...
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query...
<SQLCodeFormatting variable>.Format (Function)
Applies formatting to SQL code: syntax highlighting, style standardization, etc.
Versions 2026 and later
Note: This function is only available from version 2026 - Update 1.
Subscription-exclusive new feature
Note: This function is only available from version 2026 - Update 1.
New in version 2026
Note: This function is only available from version 2026 - Update 1.
Note: This function is only available from version 2026 - Update 1.
SQLCodeFormat (Function)
Applies formatting to SQL code: syntax highlighting, style standardization, etc.
Versions 2026 and later
Note: This function is only available from version 2026 - Update 1.
Subscription-exclusive new feature
Note: This function is only available from version 2026 - Update 1.
New in version 2026
Note: This function is only available from version 2026 - Update 1.
Note: This function is only available from version 2026 - Update 1.
Report based on a query
Queries are used to easily select records in one or more data files......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application...
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
2. Analysis in practice
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search...
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data...
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min