ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV: Example of programmed Drag and Drop
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
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.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
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.
Printing nested reports
To create a main report containing several secondary reports:...
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Detailed use of WINDEV FTP/RPC
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Standard FTP functions
List of standard FTP functions...
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
WDReplic: Implementing a replication
Configuring a replication requires several steps......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
WDXView : Use
This help page presents the different features of WDXView......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Welcome to Reports & Queries
Reports & Queries is used to......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
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....