ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Signature control properties
A Signature control can be handled in a report by the following WLanguage properties......
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
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......
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
2. WEBDEV administrator in practice
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Handling an internal component
An internal component is a set of elements from a project......
Automatic calculations in a Table control (AAF)
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
Port (Property)
The Port property is used to identify and change a server connection port.
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
iColumnNum (Function)
Returns the number of the current column in a multi-column report.