ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
GPSGetPosition (Function)
Retrieves information about the current device position.
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
PageParameter (Function)
Returns the value of a parameter passed to the current page.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
HTMLToText (Function)
Converts an HTML string or buffer to text.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....