ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
<List Box>.Count (Function)
Returns the number of elements 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.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar 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...
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...
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
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.
Array (Variable type)
An array is a structured type used to group together a set of elements of the same type...
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
RightToLeft (Property)
The RightToLeft property is used to get and change the writing direction of an element...
RightIndent (Property)
The RightIndent property is used to get and change the right indent of an element.
BackgroundPattern (Property)
The BackgroundPattern property is used to get and change the background pattern of an element.
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
UnderlineColor (Property)
The UnderlineColor property allows you to define the color used to underline an element.
LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
<TreeMap>.InfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
<TreeView>.Identifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<List Box>.SelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
Wrapping (Property)
The Wrapping property is used to get and change the wrapping options of an element.
Company (Property)
The Company property is used to get and modify the company associated with an element.
<Looper>.RestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
Quality (Property)
The Quality property is used to get and set the quality level of an element.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.