ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Creating the Table pages of the WEBDEV RAD pattern
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Private Store for mobile applications
There are two methods two deploy your applications......
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
WINDEV applications for Linux: Specific features
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Enumeration (Type of variable)
An enumeration is a set of values......
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.