ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the SOAP administrator
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
HCloseConnection (Example)
Usage example of the HCloseConenction function
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
ErrorBuild (Function)
Displays a custom error message in a system error window.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Creating a Pivot Table control
To create a Pivot Table control......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
10. Embedded queries
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
grDeleteSeries (Function)
Deletes a data series from a chart.
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
saasSite (Type of variable)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV site.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
nWDGetLastError: Error code of last error
Error code of last error......