ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Carousel control
The Carousel control is used to display an animated menu made of images......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
grCreate (Function)
Creates a specific type of chart.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Principle for running threads
At runtime, an application runs in a main thread......
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
FTPDate (Example)
Usage example of the FTPDate function
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......