ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
5. Site test in practice
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
WINDEV Mobile concepts
Report data source
...The reports can be created with the data coming from:...
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Report controls
Several types of controls can be handled in a report created by the report editor......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......