ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
WinEdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
WDSQL: Convert the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
Creating a select query
A select query (corresponding SQL statement......
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
ColorLED (Property)
The ColorLED property is used to set the color of the LED light when displaying notifications.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Repairing the project
In some cases, "Project......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......