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.
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text,...
SpreadsheetRestorePositionAndSelection (Function)
the elements selected in the current worksheet of Spreadsheet control. These elements have been saved...
<Spreadsheet>.RestorePositionAndSelection (Function)
the elements selected in the current worksheet of Spreadsheet control. These elements have been saved...
ThumbnailImage (Property)
The ThumbnailImage property is used to: Get the image associated with an element of a ListView...
10. Internal components in practice
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found...
Time management
For each element (windows, reports, ......
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first...
Dequeue (Function)
Removes an element from the queue.
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index...
Enqueue (Function)
Adds an element to the queue.
Pop (Function)
Pops an element from a stack.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
MatWrite (Function)
Writes an element into a matrix.
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Internal component
An internal component is a set of elements from a project......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar,...
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Push (Function)
Pushes an element onto the stack.
GetDefinition (Function)
Retrieves the definition of element type.
The Dashboard control
Dashboards are essential elements in an application......
1
3
4
5
6
7
86
>