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...
VideoGenerateThumbnail (Example)
Usage example of the VideoGenerateThumbnail function
XMLRestorePosition (Example)
Usage example of the XMLRestorePosition function
XMLBuildString (Example)
Usage example of the XMLBuildString function
RegistryFirstSubKey (Example)
Usage example of the RegistryFirstSubKey function
MatAdd (Example)
Usage example of the MatAdd function
MatRead (Example)
Usage example of the MatRead function
MatReadLine (Example)
Usage example of the MatReadLine function
xlsNbColumn (Example)
Usage example of the xlsNbColumn function
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
NetClientMessageBox (Example)
Usage example of the NetClientMessageBox function
MatExist (Example)
Usage example of the MatExist function
MatWrite (Example)
Usage example of the MatWrite function
iDocumentCanceled (Example)
Usage example of the iDocumentCanceled function
SQLTransaction (Example)
Usage example of the SQLTransaction function
ServiceWaitStatus (Example)
Usage example of the ServiceWaitStatus function
MatCreate (Example)
Usage example of the MatCreate function
MatFloatMultiply (Example)
Usage example of the MatFloatMultiply function
MatTranspose (Example)
Usage example of the MatTranspose function
StatVariance (Example)
Usage example of the StatVariance function
xlsClose (Example)
Usage example of the xlsClose function
MatDelete (Example)
Usage example of the MatDelete function
HViewToFile (Example)
Usage example of the HViewToFile function
HRestoreBackup (Example)
Usage example of the HRestoreBackup function
MongoFind (Example)
Usage example of the MongoFind function
MatDeterminant (Example)
Usage example of the MatDeterminant function