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...
The Carousel control
The Carousel control is used to display an animated menu made of images......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
Range Slider control properties
The following properties are associated with the Range Slider control:...
<Chart>.SaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
DurationToString (Function)
Converts a duration to a character string in the specified format.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
Image object detection functions (AI)
Image object detection functions (Artificial Intelligence)...
TourGuideStart (Function)
Starts the guided tour and displays the first stage.
<GuidedTour>Start (Function)
Starts the guided tour and displays the first stage.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
How to perform a full file browse?
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.