ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
<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.)....
2. UML models
Modifies the hue, the saturation and the lightness of an image in an Image control....
Cube control properties
List of properties associated with the Cube control...
<Array>.Copy (Function)
Copies the content of an array to another array.
<Spreadsheet>.Close (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
Repositionable Note functions
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
WDSQL, SQL querier: Overview
WDSQL is used to......
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......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice has a direct impact on the release of class objects: depending on the reference selected, the "Destructor" will not be called at the same time.....
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
The use of the Automation type in a site is reserved for the advanced users
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Software factory: Installation
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......