ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Start of Document block
The Start of document block is printed once at the beginning of the report execution......
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....
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
Speech synthesis in the mobile applications
The phones can talk!......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Creating anchors
The anchors are used to define specific points in a help page......
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Changing sites from AWP to SEO-ready session mode
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Binding controls to data
A window or page can display information from......
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
Using the task management and the schedule
Time management is extremely important......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......