ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Handling TimeLine controls programmatically
A TimeLine control can be......
The Check Box control
A Check Box can correspond to......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Creating and handling an item
The main operations that can be performed on an item are as follows......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
XML management: Use example
This application example manages an XML file named "Orders......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Use a calendar to enter dates
Thickness (Property)
The Thickness property is used to: Find out the thickness of the line for a series (Line charts only). Modify the thickness of the line for a series (Line charts only)....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......