ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
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....
MCI functions
List of MCI functions...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
3-tier architecture
The development in "3-tier" architecture is now simplified......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
OpenChild (Function)
Opens a non-modal child window.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
15. Project Management Hub
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Report viewer: Proposing several reports
In the document preview, end users can......
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Scheduler report
The report editor allows you to create "Scheduler" reports....
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Recompiling the project
The project compilation is a process used to......
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......