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).
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Table>.InsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Movable (Property)
The Movable property is used to define if an element can be moved.
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
Start (Property)
The Start property gets the starting point of an element or event.
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
Environment of the report editor
Environment of the report editor...
Composite variable
A composite variable contains different types of elements (members)...
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
State (Property)
The State property is used to get and change the state of an element.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
Size (Property)
The Size property is used to determine and change the size of an element.
Count (Property)
The Count property returns the number of elements in a given set.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
TreeCount (Function)
Returns the number of elements found in a branch of a TreeView control.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLModify (Function)
Modifies the content of the current element found in the XML document.