ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
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.
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
YImage (Property)
The YImage property is used to get and change the initial Y-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
Priority (Property)
The Priority property is used to get and change the priority level of an element.
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Creating anchors
The anchors are used to define specific points in a help page......
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Designing a supercontrol
A supercontrol is an advanced type of control......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
How to develop a PHP site?
What is a PHP site?......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......