ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
OrgOccurrence (Function)
Returns the number of elements found in an Organization Chart control.
<Calendar>.SelectCount (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...
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...
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box 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...
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
XMLChild (Function)
Positions on the first child element of current element.
grColor (Function)
Returns and initializes the color of different chart elements.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
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.
XMLFind (Function)
Performs a search in an XML document.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories...
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back...
Message (Property)
The Message property is used to: Find out the help message associated with a control...
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states....
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back...
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
8. Windows in practice
Discover the main actions that can be performed on the windows....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings...
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can...
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table"...
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal...
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback...
Content (Property)
The Content property is used to read or write the whole content of a control: List Box...
SNMP constants
List of constants used by the SNMP functions....
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....