ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop.
Drag and Drop functions
The following functions are used to manage Drag and Drop:
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
WINDEV: Example of programmed Drag and Drop
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
HTML 5: Example of programmed drag-and-drop management
To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
Copying and cloning
Variables are copied using the "=" operator...
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
HRead (Function)
Reads a record in a file according to a given record number.
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
End of Document block
The End of document block is run once at the end of the report execution......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Installing a SOAP server with Apache
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......