ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:...
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Operations performed on collaboration diagrams
The following paragraphs explain......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
HCreation (Example)
Usage example of the HCreation function
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
sfUndeleteResult (Type of variable)
The sfUndeleteResult type is used to find out the result of SFUndelete...
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
TreeCollapse (Function)
Collapses a branch previously expanded.
XMLFind (Function)
Performs a search in an XML document.
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Using the query result
The result of a select query can be used in......