ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

20. Managing suggestions and incidents
Managing suggestions and incidents...
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
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......
SearchAAF (Property)
The SearchAAF property is used to: find out whether the search via AAF is enabled on a non-editable Combo Box control, enable (or not) the search via AAF on a non-editable Combo Box control....
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)....
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......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
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......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
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, ......
Creating anchors
The anchors are used to define specific points in a help page......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
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......
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....