ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
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......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
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......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
11. Choosing the action of a button/link
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
SCM: Local historykeeping
Local historization of an element allows you to set a local save point for the element... Warning This feature is only available in WINDEV Suite SaaS 2025 Update 3. For more details, see Use the new features of WINDEV Suite SaaS 2025....
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Printing nested reports
To create a main report containing several secondary reports:...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......