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...
HInfoServerRights (Example)
Usage example of the HInfoServerRights function
dCopyImage (Example)
Usage example of the dCopyImage function
fEncrypt (Example)
Usage example of the fEncrypt function
fCopyFile (Example)
Usage example of the fCopyFile function
DnDGetData (Example)
Usage example of the DnDGetData function
DDEString (Example)
Usage example of the DDEString function
MapDisplayPosition (Example)
Usage example of the MapDisplayPosition function
HInfoFileRights (Example)
Usage example of the HInfoFileRights function
HReadSeek (Example)
Usage example of the HReadSeek function
SocketRead (Example)
Usage example of the SocketRead function
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
HLinkMemo (Example)
Usage example of the HLinkMemo function
HCopyFile (Example)
Usage example of the HCopyFile function
NotesItem (Example)
Usage example of the NotesItem function
Serialize (Example)
Usage example of the Serialize function
ServiceInstall (Example)
Usage example of the ServiceInstall function
StatError (Example)
Usage example of the StatError function
ParallelTaskExecute (Example)
Usage example of the ParallelTaskExecute function
xlsData (Example)
Usage example of the xlsData function
DnDIsDataAvailable (Example)
Usage example of the DnDIsDataAvailable function
CursorCapture (Example)
Usage example of the CursorCapture function
HAlias (Example)
Usage example of the HAlias function
zipClose (Example)
Usage example of the zipClose function
fAttribute (Example)
Usage example of the fAttribute function
fRename (Example)
Usage example of the fRename function