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...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Reminder (Type of variable)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
Word Processing control events
WINDEV manages the following events by default......
Events associated with Shape controls
List of events associated with Shape controls...
Style of a control
As soon as it is created, a control is associated with a style......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Events associated with Bar Code controls
List of events associated with Bar Code controls...
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Outstanding progress bars
Simple or symmetric progress bar?...
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
WINDEV applications for Linux: Specific features
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
Events associated with a Multimedia control
List of events associated with a Multimedia control...
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......