ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
OrgOccurrence (Function)
Returns the number of elements found in an Organization Chart control.
<Calendar>.SelectCount (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...
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...
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
ListSelectCount (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...
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
XMLChild (Function)
Positions on the first child element of current element.
grColor (Function)
Returns and initializes the color of different chart elements.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLFind (Function)
Performs a search in an XML document.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
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...
Custom properties (WLanguage)
A custom property is a code element with two events......
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......
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......