ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Chart control
The "Chart" control is used to display a chart in windows, pages and reports...
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>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
grSeriesLineType (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).
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
Handling a ListView control through programming (prefix syntax)
WINDEV allows you to programmatically handle ListView controls......
Handling an Organizer control through programming (prefix syntax)
An Organizer control can be handled through programming....
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Container column of a Table control (prefix syntax)
A cell found in a Table control can contain a set of controls......
Assisted input in an edit control (prefix syntax)
Implementing input suggestions in an Edit control is very simple......
Handling a Popup control through programming (prefix syntax)
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Programming Looper control attributes (prefix syntax)
All the looper attributes can be handled by programming......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Testing a project: setting
By testing the project you can simulate how the application will run......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
28. Site SEO
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......