ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Designation of current element (Reserved word)
The keywords used to identify the current element are:
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
OrgOccurrence (Function)
Returns the number of elements found in an Organization Chart 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.
grColor (Function)
Returns and initializes the color of different chart elements.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
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...
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
XMLElementName (Function)
Returns the name of current element (tag or attribute).
Array (Variable type)
An array is a structured type used to group together a set of elements of the same type...
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...
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
XMLChild (Function)
Positions on the first child element of current element.
<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.
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLFind (Function)
Performs a search in an XML document.
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
Code editor options
A series of options allows you to customize and take full advantage of the code editor......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask....
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
5. Site test in practice
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code...
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data...
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
"?" menu
WINDEV proposes a help menu adapted to your applications......
How to develop a PHP site?
What is a PHP site?......
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Print constants
List of constants used by the print functions....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or...
Operators on character strings
The character strings can be handled by specific WLanguage functions...
Global and local variable
Two types of variables are available......
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
2. Analysis in practice
11. Controls in practice
Discover the main characteristics of the controls...
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed...
List of extension attributes
The list of extension attributes ......