ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DB2 Native Connector: Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the table structure into the database schema......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
16. Password protecting a website
Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions)....
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Query editor
The query editor is used to automatically create queries on the data files......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Code editor: Snake_case or PascalCase
There are several naming conventions to write variables in the code......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Multilingual project
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Unalterable tables
This feature is used to signal that a table cannot be modified after writing......
Domo constants
List of constants used by the DomoXXX functions....
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Project portfolio
From version 25, you can create "project portfolios"......
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......