ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Legend (Property)
The Legend property is used to: Find out the label of a series. Modify the label of a series....
WINDEV Mobile concepts
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
Reports
A report provides a custom view of data......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
Error 13: The label already exists
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
<Chart>.AxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
Various constants
List of various constants used by the constants WINDEV functions....
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
Project description: Files tab
The project description window allows you to configure various elements of your project......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: Style tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
WINDEV Mobile 2024 Tutorial - Table of contents
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
HSpace (Property)
The HSpace property is used to determine and modify the horizontal spacing between labels in a report. This spacing was defined when creating the Label report.
VSpace (Property)
The VSpace property is used to get and change the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
Warning 12: The label is unused
Report and project
In most cases, a report is linked to a project......