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).
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
EndVisibleRange (Property)
The EndVisibleRange property is used to: find out and modify the last visible date or time in a Scheduler control or in a TimeLine control. modify the last visible time in a TimeLine control....
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
DecimalPart (Function)
Returns the decimal part of a number.
IntegerPart (Function)
Returns the integer part of a number.
The HTML control
The HTML control displays HTML pages or HTML code......
Managing space characters in the searches?
Events associated with List Box controls
List of events associated with List Box controls...
Binding a ListView control to an item
Associating a control with a tab pane
Methods to associate a control with a tab pane......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
18. Secure payment
The Context Menu control (WEBDEV)
Context menus are often used in websites......
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
WLanguage procedure called by BTStatus
Procedure ("Callback") called by BTStatus when the Bluetooth activation status changes on the device. This procedure can be a local, global or internal procedure.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.