ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
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......
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Runtime log
The runtime log is the best way to identify the most used features of an application......
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
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......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Configuring the SOAP administrator
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....
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......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.