ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
4. HFSQL Classic
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
What is an application?
An application is a set of objects (windows, controls, ......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Body block
The Body block corresponds to the main block of the report......
Report based on a query
Queries are used to easily select records in one or more data files......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Describing a problem to the Free Technical Support
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
eChangeCurrency (Function)
Converts a currency into another currency.
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
3. UML models in practice
5. User Groupware in practice
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
The different types of windows
The following types of windows can be created in a WINDEV application......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....