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...
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
USB constants
List of constants used by the USB functions....
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
BurnerList (Function)
Returns the list of burners installed on the current computer.
7. Layouts using the Flexbox control
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......