ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Cardinalities
The cardinalities are used to count the links between the files......
3. Managing sockets
WINDEV includes advanced socket management functions....
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
Report controls
Several types of controls can be handled in a report created by the report editor......
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Using the Salesforce service
Salesforce is a very popular CRM software......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......