ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete...
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
Array (Variable type)
An array is a structured type used to group together a set of elements of the same type...
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
StatStandardDeviation (Example)
Usage example of the StatStandardDeviation function
StatAverageDeviation (Example)
Usage example of the statAverageDeviation function
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
StatVariance (Example)
Usage example of the StatVariance function
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
StatAverage (Example)
Usage example of the StatAverage function
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different...
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
13. Security benefit: managing the "Back" button
Creating the Relation windows of a WINDEV RAD pattern
Extracting the text of the project
The following text can be extracted......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS...
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code...
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified...
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control,...
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Operating mode of dynamic Active WEBDEV Pages
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
MatReadColumn (Example)
Usage example of the MatReadColumn function
StatError (Example)
Usage example of the StatError function
MatReadLine (Example)
Usage example of the MatReadLine function
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call...