ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV: Example of programmed Drag and Drop
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
ERR_DISCONNECTED_RELOG
ERR_NOTAVAILABLE
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......