ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. Generation modes
<Array>.Min (Function)
Returns the lowest value in the array.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
14. Generation modes
Generation modes...
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
Items used in a select query
A query created in the query editor can contain several types of items......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Setup on a local network (LAN)
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Composite chart
A composite chart is a chart that displays several types of charts......
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
The Check Box control
A Check Box can correspond to......
Principle for running threads
At runtime, an application runs in a main thread......
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Typing multilingual texts
For a multilingual application, you have the ability to......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Private Store for mobile applications
There are two methods two deploy your applications......
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
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: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......