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.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box 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.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
<List Box>.SelectCount (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.
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control...
Shared information
The information entered when creating the files and the items is shared throughout...
Multi-project search
Performing a search in the current project is a common operation......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Structure of data files of user groupware
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications)...
Events associated with TreeView controls
List of events associated with TreeView controls...
2. Projects in practice
Discover the main operations that can be performed on a project....
Constants for managing animations
List of constants used by the functions for managing the animations...
Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
Binding a ListView control to an item
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange...
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper,...
GranularityDuration (Property)
The GranularityDuration property is used to get and change the size of the grid to resize:...
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
TreeExpand (Function)
Expands a node in a TreeView control.
XML management: Use example
This application example manages an XML file named "Orders......