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.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf)...
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element...
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf)...
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf)...
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf)...
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table...
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control...
LooperSavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s)....
<Looper>.SavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s)....
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin...
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list...
<TreeView>.Position (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name...
TreePosition (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
7. Internal component
An internal component is a set of elements from a project....
MyPage (Reserved word)
MyPage is used to handle the current page...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report...
MySelf (Reserved word)
MySelf is used to handle the current control...
11. Internal components in practice
Internal components in practice...
MyReport (Reserved word)
MyReport is used to handle the current report...
MyParent (Reserved word)
MyParent is used to handle...
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Handling an internal component
An internal component is a set of elements from a project......
1
2
3
4
5
6
86
>