ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
REST web service: Creating a REST web service
A REST web service is a program hosted on a server. This program contains functionalities accessible via HTTP requests......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
9. Application menus
Menus are displayed in different ways......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
DNS functions
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
How to develop a PHP site?
What is a PHP site?......