ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Site test in practice
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
fTempDir (Function)
Returns the name of directory used to store the temporary files.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
SysListVideoCard (Function)
Returns the name of the video cards connected to the current computer.
<emailOutlookSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the Outlook messaging software.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
Creating the Relation windows of a WINDEV RAD pattern
Android: The different types of notifications
Android proposes several types of notifications to inform the user......