ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Drag and drop functions
28 results
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop.
DnD constants
List of constants used by the functions for managing the Drag and Drop.
DnDAccept (Example)
Usage example of the DnDAccept function
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop.
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
DnDCacheData (Example)
Usage example of the DnDCacheData function
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop.
DnDCursor (Example)
Usage example of the DnDCursor function
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DnDEvent (Example)
Usage example of the DnDEvent function
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop.
DnDForce (Function)
DnDForce is kept for backward compatibility.
DnDGetData (Example)
Usage example of the DnDGetData function
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop.
DnDIsDataAvailable (Example)
Usage example of the DnDIsDataAvailable function
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/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.
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...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
ExplorerAccept (Example)
Usage example of the ExplorerAccept function
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
ExplorerRetrieve (Example)
Usage example of the ExplorerRetrieve function
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.
Variables for managing the Drag and Drop
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)
WINDEV: Example of programmed Drag and Drop
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows...
WLanguage procedure
1 document