ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
Defining clickable areas
In a page, an Image control can contain clickable areas......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
SOAPRun (Function)
Runs a procedure on a SOAP server.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Constants for external files
List of constants used by the functions for managing external files....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Open (Function)
Opens a modal WINDEV window.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
HIndex (Function)
Rebuilds the file index (".NDX" file).
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Handling the report blocks through programming
Each report block is associated with different events......