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.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Operations performed on collaboration diagrams
The following paragraphs explain......
Open (Function)
Opens a modal WINDEV window.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project....
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
GglUploadDocument (Function)
Uploads a document to the Google server.
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
Compilation options
The compilation options allow you to define the help system generation settings......
MatMultiply (Function)
Multiplies two matrices.
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
ArrayDistinct (Function)
Returns an array without duplicates.
String functions
List of functions for managing character strings...
Local procedure
Two types of procedures are available......
Events associated with Table controls
List of events associated with Table controls...
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Creating the skin template of a report
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal...
UI audit: Detect obsolete features
The lifecycle of some projects span several years......