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...
Functions for managing objects (External language)
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
NumberRow (Property)
The NumberRow property returns the maximum number of rows containing data in a Spreadsheet control. These rows contain data, a formula, formatting or a non-standard height.
LooperExpand (Function)
Expands a break in the Looper control on a given row.
<Looper>.Expand (Function)
Expands a break in the Looper control on a given row.
<Looper>.Modify (Function)
Changes the values of the attributes in a row of a Looper control.
<Looper>.ModifyLine (Function)
Changes the values of the attributes in a row of a Looper control.
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
<Looper>.SelectCount (Function)
Returns the number of selected rows in a Looper control.
<Looper>.DeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
The Flexbox control
Flexbox is a standard layout system for web pages......
The Organizer control
The Organizer control is used to display and handle organizers......
Entity of a CDM
To group information according the MERISE method, entities must be created......
2. Analysis in practice
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....