ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing certificates
docNumbering (Type of variable)
The docNumbering type is used to define the advanced characteristics of a numbering used in a Word Processing document.
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
2. User-friendly editors in practice
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Drop-down button
The drop-down button expands: a context menu. a popup window....
Programming custom calculations in Table controls
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Events associated with the Pivot Table control
Accessing a database via a web service
The database can be accessed via a web service......
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
SNMP constants
List of constants used by the SNMP functions....
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
9. Hardware and software requirements
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
AJAXExecute (Function)
Runs a server procedure without refreshing the page.