ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

7. Dynamic site on specific configurations
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...
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
fAttribute (Function)
Returns or modifies the attributes of a file.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
WDINT license agreement
WDINT license agreement...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
zipCreate (Function)
Creates an archive.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
LDAPFind (Function)
Performs a search in an LDAP server.
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min