ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
ThreadPersistent (Function)
Makes a thread persistent.
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
5. Website test in practice
Starts recording a video via a Camera control in an Android or iOS application....
Handling Scheduler controls programmatically
A Scheduler control can be......
Types of Edit controls
QuickAction (Variable type)
The QuickAction type allows you to define all the advanced characteristics of a quick action of an app on Android (app shortcut) or iOS (Quick Action).
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Constants for managing Big Data Redis databases
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
Accessing a database via a web service
The database can be accessed via a web service......
Using new features exclusive to WINDEV Suite SaaS in a project
Version 2025 Update 1 introduces various new features specific to SaaS version......
Configuring the setup program
Two tools can be used to create a setup program......
HDeclareExternal (Example)
Usage example of the HDeclareExternal function