ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Constants for the archiving functions
List of constants used by the archiving functions....
Creating the Relation windows of a WINDEV RAD pattern
List of constants used by the functions for managing menus....
PeriodSelection (Property)
The PeriodSelection property is used to determine and specify if the user can select a time period in an Scheduler or Organizer control.
MarginWidth (Property)
The MarginWidth property is used to: Find out the horizontal margin between the widgets found in a Dashboard control. Modify the horizontal margin between the widgets found in a Dashboard control....
MarginHeight (Property)
The MarginHeight property is used to: Find out the vertical margin between the widgets found in a Dashboard control. Modify the vertical margin between the widgets found in a Dashboard control....
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
iConfigureReport (Function)
Configure the printer by opening the configuration window directly (WINDEV and WINDEV Mobile).
Notification (Variable type)
The Notification type is used to handle the local notifications or the push notifications.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......