ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
Constants for test
List of constants used by the functions for managing automated tests....
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
<emailPOP3Session variable>.StartSession (Function)
Starts a POP3 session.
<EmailPOP3Session variable>.GetAll (Function)
Retrieves all the emails found on a POP3 server.
<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Constants for managing the Image Editor control
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Custom tooltips
Tooltips are very useful for application users......
MQTT constants
Constants used by the MQTT functions...
Chart: Managing legends
Several types of legends are supported in the charts......
Handling a Sliding Banner control through programming (prefix syntax)
A Sliding Banner control can be handled through programming......
Browser constants
Statistical constants
List of constants used by the statistical functions....
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.