ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
Universal replication
The purpose of universal replication is to keep several databases synchronized......
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Popup window
WINDEV allows you to open windows in popup format......
WINDEV: Example of programmed Drag and Drop
Diagram functions (prefix syntax)
Diagram functions (prefix syntax)...
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
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)......
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......
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......
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......
13. 3-Tier architecture
The purpose of the 3-tier architecture is to separate an application into 3 computing tiers......
14. 3-Tier architecture