ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Specific features of the Express version
Warning (Function)
Displays a custom message in a system warning window.
ComponentInfo (Function)
Returns information about a component.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
fMemOpen (Function)
Opens a memory zone shared between several applications.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
SysIconAdd (Example)
Usage example of the SysIconAdd function
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
HTTPSendForm (Function)
Sends an HTTP form.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
16. Application test in practice
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
Passing parameters
The parameters can be passed to a procedure......
PDFToText (Function)
Extract the text contained in an Document PDF.
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Example for creating a select query
This help page explains how to create two select queries......