ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Managing main window menus
A main menu is necessarily associated with a window......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Principle for running threads
At runtime, an application runs in a main thread......
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Using a query with parameters
A query with parameters can be used......