ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Drag and drop functions
28 results
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop.
List of constants used by the functions for managing the Drag and Drop.
Usage example of the DnDAccept function
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop.
Adds a widget into a Dashboard control during Drag and Drop.
Usage example of the DnDCacheData function
Indicates the type of data and the data to copy/move during Drag/Drop.
Usage example of the DnDCursor function
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
Usage example of the DnDEvent function
Indicates the procedure to run during an event of Drag/Drop.
DnDForce is kept for backward compatibility.
Usage example of the DnDGetData function
Retrieves a specific type of data during Drag/Drop.
Usage example of the DnDIsDataAvailable function
Checks whether a specific type of data is available during Drag/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.
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...
The following functions are used to manage Drag and Drop:
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
Usage example of the ExplorerAccept function
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
Usage example of the ExplorerRetrieve function
Retrieves the number and the name of the files "dropped" from the explorer.
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages.
1 document