ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
The "Analysis" pane
The "Analysis" pane lists......
Input (Function)
Displays a message allowing the user to type an information.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Constants for managing Map controls
Constants for managing Map controls...
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
Guided tour management constants
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
XMLDocument (Function)
Creates a new XML document.
TableInfoXY (Example)
Usage example of the TableInfoXY function
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min