ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Universal replication
The purpose of universal replication is to keep several databases synchronized......
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....
HToItem (Function)
Assigns the specified value to an item of the current record.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
EmailNbMessage (Example)
Usage example of the EmailNbMessage function
Testing a project: settings
By testing the project you can simulate how the application will run......
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
Movable (Property)
The Movable property is used to define if an element can be moved.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
MinHeight (Property)
The MinHeight property gets and sets the minimum height of a control or window.
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
HIndex (Example)
Usage example of the HIndex function
docElement (Variable type)
The docElement type is used to handle each element found in a docParagraph variable.