ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows...
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...
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 operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
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.
<Chart>.HMGetData (Function)
Retrieves data from a Heatmap chart.
<Chart>.SunburstAddData (Function)
Adds a data to a Sunburst chart.
<Chart>.SurfaceGetData (Function)
Retrieves a data from a Surface chart.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SNMPOIDType (Function)
Returns the type of data in an OID.
DatePicker (Function)
Opens the system date picker.
<Chart>.DeleteSeries (Function)
Deletes a data series from a chart.
DDEWarmLink (Function)
Creates a warm link with a data.
grSurfaceAddData (Function)
Adds a data into a Surface chart.
<Chart>.HMAddData (Function)
Adds a data into a Heatmap chart.
Use a calendar to enter dates
Returns the character corresponding to the specified ASCII code....
DDEUnLink (Function)
Interrupts a link between an item and a data.
grHMAddData (Function)
Adds a data into a Heatmap chart.
CalendarSelectPlus (Function)
Selects a date in a Calendar control.
Date
The Date keyword can correspond to...
GridlinesVisible (Property)
Synchronizes the data corresponding to a replication.
TelemetrySendData (Function)
Sends telemetry data immediately.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
<Calendar>.SelectPlus (Function)
Selects a date in a Calendar control.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
grDeleteSeries (Function)
Deletes a data series from a chart.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.