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...
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Report and project
In most cases, a report is linked to a project......
Creating an insert query
An insert query (corresponding SQL statement......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
dFont (Example)
Usage example of the dFont function
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
<Looper>.InfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
dText (Example)
Usage example of the dText function
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
BurnerSave (Example)
Usage example of the BurnerSave function
FTPTime (Example)
Usage example of the FTPTime function
dPen (Example)
Usage example of the dPen function
FTPDate (Example)
Usage example of the FTPDate function
fDriveReady (Example)
Usage example of the fDriveReady function