ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
SOAP constants
List of constants used by the SOAP functions....
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Chart constants
List of constants used by the functions for chart management....
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
HDBIndex (Function)
Opens an xBase index file.
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
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)....
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
Query editor
The query editor is used to automatically create queries on the data files......
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.