ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels...
Chart control: "General" Tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control...
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports...
Chart control: "Detail" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe...
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations...
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Manipulating Action Bars programmatically
Action Bars can be manipulated programmatically. To do so, use the variable corresponding to the Action Bar in the code....
hbTableDescription (Variable type)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
emailHeader (Variable type)
The emailHeader type is used to retrieve or define the additional email headers.
Event (Example)
Usage example of the Event function
hbColumnDescription (Variable type)
The hbColumnDescription type is used to define the advanced characteristics of a group of columns (items).
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
mongoFindOption (Variable type)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
WBAdminApplication (Variable type)
The WBAdminApplication type is used to define all the advanced characteristics of an application deployed on a WEBDEV Application Server.
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
Report based on a query
Queries are used to easily select records in one or more tables......
MyParent (Reserved word)
MyParent is used to handle...
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min