ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
ERR_BAD_URL
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ERR_NO_END_TAG
The "Analysis" pane
The "Analysis" pane lists......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Examples for using the OLE DB provider for HFSQL
Information 37: Optimize your FOR loop
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
8. Binding controls to data
A window can display information from......