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.
<Looper>.AddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
<Looper>.CancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
LooperModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
<Looper>.ModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
WDMap: Overview
WDMap is a tool used to view and handle a table while developing an application......
Report and project
In most cases, a report is linked to a project......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......