ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
BurnerCancel (Function)
Cancels the current burn process.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
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)......
GglUploadDocument (Function)
Uploads a document to the Google server.
BurnerSelect (Function)
Used to select the default burner.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
HOpenConnection (Example)
Usage example of the HOpenConnection function
10. Internal components in practice