ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operations performed on activity diagrams
The following paragraphs explain......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
AnimationDuration (Property)
The AnimationDuration property gets and sets the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Data persistence
The data persistence is used to store the value typed by the user......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
HTTP functions (prefix syntax)
List of HTTP functions...
2. User-friendly editors in practice
ERR_TIMEOUTINIT
Initializes the external language......
Journalized replication: Programming journalized replication in WLanguage
Several WLanguage functions allow you to include log-based replication in your application and to customize it......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
User Groupware (compatible with version 17)
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Database schema associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema......
WDInst: manage files to be installed
The setup editor WDInst is used to manage the files to install......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
grOrientation (Function)
Modifies the orientation of chart axes.
Creating a Pivot Table control
To create a Pivot Table control ......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.