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...
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
BackgroundTaskAdd (Function)
Adds a new background task.
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
WEBDEV Application Server - 10 connections - License agreement
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Extracting messages added or modified since last extraction
A project was already created and translated......
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
Installing and starting WDTRAD
Table,Display (External language)
Refreshes the Table control.
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
End of break block
The End of break block is optional......
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
Breadcrumb control properties
The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements......
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Calling a procedure/a function
Syntax for calling a local or global procedure.
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min