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.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
<List Box>.SelectCount (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...
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.
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...
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found...
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text,...
Time management
For each element (windows, reports, ......
10. Internal components in practice
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...
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index...
Dequeue (Function)
Removes an element from the queue.
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,...
The Dashboard control
Dashboards are essential elements in an application......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
GetDefinition (Function)
Retrieves the definition of element type.
Push (Function)
Pushes an element onto the stack.
1
3
4
5
6
7
85
>