ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Designation of current element (Reserved word)
The keywords used to identify the current element are:
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
OrgOccurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLChild (Function)
Positions on the first child element of current element.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
XMLFind (Function)
Performs a search in an XML document.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
grColor (Function)
Returns and initializes the color of different chart elements.
Array (Variable type)
An array is a structured type used to group together a set of elements of the same type...
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
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...
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
Creating the Relation windows of a WINDEV RAD pattern
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
FinNetCurrentVal (Function)
Returns the net current value of investment.
XMLDocument (Function)
Creates a new XML document.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
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
MCI constants
List of constants used by the MCI functions....
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
docFragment (Variable type)
The docFragment type is used to define the characteristics of a fragment found in a "docx"...
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call...
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