ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code statistics
The code statistics affect......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Operations performed on sequence diagrams
The following paragraphs explain......
Operations performed on deployment diagrams
The following paragraphs explain......
Changing sites from AWP to SEO-ready session mode
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
5. Site test in practice
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
ERR_NO_PROJECT
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
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......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Operations performed on use case diagrams
The following paragraphs explain......
How to loop through a file using filters?
19. Sending emails
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Creating a select query
A select query (corresponding SQL statement......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......