ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
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)....
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
20. Managing suggestions and incidents
Managing suggestions and incidents...
Report blocks
A printed report includes several sections......
Replication management functions
Three types of replication are proposed......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Speech synthesis in the mobile applications
The phones can talk!......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
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....
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
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......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
Compatibility between external components and deployed applications
A component can evolve in many ways......
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....
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
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)....
fCurrentDir (Function)
Identifies or modifies the current directory.
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....
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....