ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
iParameterPDF (Function)
Defines the options for the generated PDF file.
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
<Gantt chart>.WorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Automatic management of exceptions
The management of exceptions can be customized by process......
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Dictionary
The dictionary is a file that can contain the project elements......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
WDINT, WDTRAD and WDDIXIO: Translation tools
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Automatic calculations in a Table control (AAF)
Creating a table in a report
Tables can be created in a report......
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).