ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
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...
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...
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
WDINT, WDTRAD and WDDIXIO: Translation tools
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
Word Processing control events
WINDEV manages the following events by default......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
7. Window templates
...Window templates...
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
WDScript: use in command-line and console mode