ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
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....
Count (Property)
The Count property returns the number of elements in a given set.
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
XLS file handling functions
List of functions for managing XLS files...
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Events associated with internal windows
List of events associated with internal windows...
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
External language: C ++ programming (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
LooperDelete (Function)
Deletes a row from a Looper control.
HDescribeItem (Example)
Usage example of the HDescribeItem function
InitialState (Property)
The InitialState property gets the initial state of a control.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
Programming an indexed control
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.