ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
14. 3-Tier architecture
13. 3-Tier architecture
The purpose of the 3-tier architecture is to separate an application into 3 computing tiers......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
DurationToString (Function)
Converts a duration to a character string in the specified format.
Text (Property)
The Text property is used to get and modify text.
24. Displaying and linking pages
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Resizing a window (AAF)
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
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.)....
<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.)....
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
WEBDEV concepts
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
ArrayMove (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.)....
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).