ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
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......
Close (External language)
Closes the current window and restores the context that existed before the window opening.
Repositionable Note functions
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
<Image>.Copy (Function)
Copies an image to another image.
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
<Spreadsheet>.Close (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
<Array>.Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
<Array>.Copy (Function)
Copies the content of an array to another array.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Organization chart linked to a data file
The Static control
A Static control is a control used to display a static text......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......