ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
WINDEV concepts
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
WINDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
Using Java code
You have the ability to enter Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Describing a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
The Image control
The Image control is used to......