ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
Operations in a Select query : add and delete
The following paragraphs present......
The Static control
A Static control is a control used to display a static text......
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
diagConnectionPoint (Type of variable)
The diagConnectionPoint type is used to define all the advanced characteristics of a connection point (i.e. point around a shape that a connector snaps to) in a Diagram Editor control.
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
SNMPOIDToString (Function)
Converts an OID from its numeric representation to its text representation.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.