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.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
<Looper>.Count (Function)
Returns the number of rows in a Looper control.
<Looper>.DeleteSelect (Function)
Deletes the selected rows from a Looper control.
LooperAdd (Function)
Adds a row at the end of a Looper control.
LooperCount (Function)
Returns the number of rows in a Looper control.
Using a query with parameters
A query with parameters can be used......
REP files
REP files contain the list of data files handled by the application....
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.
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>.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.
<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.