ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Custom properties (WLanguage)
A custom property is a code element with two events......
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
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......
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
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....
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Creating anchors
The anchors are used to define specific points in a help page......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
Speech synthesis in the mobile applications
The phones can talk!......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
5. User Groupware in practice
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
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....
ERR_NO_DLLEXE
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.