ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing the WEBDEV Application Server setup with an example
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
"Real Time Performance Profiler" pane
The "Real Time Performance Profiler" pane shows the activity of an application or site during a test......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
docElementLink (Type of variable)
The docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable.
MaxLinkedCardinality (Property)
The MaxLinkedCardinality property is used to get and modify the maximum cardinality of the related item in the link.
MinLinkedCardinality (Property)
The MinLinkedCardinality property is used to get and modify the minimum cardinality of the related item in the link.
MinSourceCardinality (Property)
The MinSourceCardinality property is used to get and modify the minimum cardinality of the source item in the link.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Binding controls to data
A window or page can display information from......
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
Project portfolio
From version 25, you can create "project portfolios"......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Item control properties
List of properties associated with the Item control...
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Testing a project: setting
By testing the project you can simulate how the application will run......
Page with parameters
Handling Organization Chart controls programmatically