ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Functions for managing objects (External language)
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Using WDDIXIO
To translate the text used in your project:...
Buffer (Keyword)
The Buffer keyword can correspond to...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
ClientID (Property)
The ClientID property gets the client ID defined when the application was declared or registered.
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
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.
OpenMobileWindow (Function)
Opens a window in a mobile application.
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Binding a Check Box control to an item
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
List,Add (External language)
Adds an element to a Combo Box or List Box control.
<List Box>.Seek (Function)
Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control (including the values described by gLink).
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
<List Box>.SelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
12. Retrieving data from a site