ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code statistics
The code statistics affect......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
Variable scope
Variables can be declared anywhere in the code....
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Creating a window skin template
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
HNotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
AAFPossible (Function)
Indicates whether an AAF (Automatic Application Feature) can be run on a specific control.
<List Box>.Add (Function)
Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control.
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
<Map>.AddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
<Connection variable>.NotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
Driver (Property)
The Driver property is used to get the video capture driver the Camera control is associated with.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.