ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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 operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
WINDEV: Example of programmed Drag and Drop
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
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......
Variables for managing the Drag and Drop
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
WLanguage procedure called by ExplorerAccept
WLanguage procedure ("Callback") called by ExplorerAccept during a drag and drop operation from the Windows explorer.
Functions for managing TreeView Table controls (prefix syntax)
List of functions for managing TreeView Table controls...
Including a supercontrol in a window or in a page
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......