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.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
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.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
BackgroundColor (Property)
The BackgroundColor property gets and sets the background color of an element.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
MIMEType (Property)
The MIMEType property gets and sets the MIME type of an element.
Wrapping (Property)
The Wrapping property gets and sets the wrapping options of an element.
BackgroundPattern (Property)
The BackgroundPattern property gets and sets the background pattern of an element.
Size (Property)
The Size property is used to determine and change the size of an element.
Width (Property)
The Width property is used to determine and change the width of an element.
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
<TreeView>.Select (Function)
Returns the full path of the selected element in a TreeView control.
Label (Property)
The Label property is used to get and define the label of an element.
ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
gglAuthor (Variable type)
The gglAuthor type is used to identify the author of a Google element...
Format (Property)
The Format property is used to identify and change the format of an element
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
LeftIndent (Property)
The LeftIndent property gets and sets the left indent of an element.
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
UnderlineColor (Property)
The UnderlineColor property sets the color used to underline an element.
AssociatedValue (Property)
The AssociatedValue property is used to get the value associated with the element.
WITH
Factorizes the expression of an element on which several subelements or properties are accessed.
List,Add (External language)
Adds an element to a Combo Box or List Box control.