ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
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....
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
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....
Properties associated with a supercontrol
List of properties associated with a supercontrol...
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
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....
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Report data source
...The reports can be created with the data coming from:...
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Error 1014: The access to the member of the class is restricted by a private inheritance
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
Events associated with Carousel controls
List of events associated with Carousel controls...
grPointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.