ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Drop-down button
The drop-down button expands: a context menu. a popup window....
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
5. Project configuration
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
HInfoView (Function)
Returns information about a materialized view.