ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDF file functions (prefix syntax)
PDF file functions...
Handling report blocks
The different operations available on report blocks are as follows......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
gpwGetRights (Function)
Used to get the rights granted to a control, a window, a page or a report.
AdjustmentMode (Property)
The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted in a report.
iColumnEnd (Function)
Forces a column break in a multi-column report.
iSequencingAddDoc (Function)
Adds a print of Word Processing document into a sequence of report prints.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Signature control properties
A Signature control can be handled in a report by the following WLanguage properties......
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......
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
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......
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....
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Automatic calculations in a Table control (AAF)
Handling an internal component
An internal component is a set of elements from a project......
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....
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.