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.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design...
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Custom properties (WLanguage)
A custom property is a code element with two events......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage...
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced...
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls...
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating...
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Creating and generating an external component
A component must be created from a project containing all the elements required...
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding...
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
<TreeView>.Insert (Function)
Inserts a leaf into a TreeView control at a specific position.
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
The statistics
WINDEV, WEBDEV and WINDEV Mobile propose several functions used to perform statistical...
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell...
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send...
Handling menu options programmatically
The menu options can be handled......
12. Control templates
WINDEV Mobile allows you to create control templates....
Creating a flexible modeling
To create a new flexible modeling, you can......