ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Speech synthesis in the mobile applications
The phones can talk!......
ERR_NO_WDADMIN
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
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....
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
Creating anchors
The anchors are used to define specific points in a help page......
HFSQL constants
List of constants used by the HFSQL functions....
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Changing sites from AWP to SEO-ready session mode
Allowing nullable types
Allowing nullable types in a project changes the way your project handles null values......