ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Filling a Chart control
The data that will be displayed in the Chart control can come from......
dPen (Example)
Usage example of the dPen function
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Customizing the User Groupware
ServiceWait (Function)
Pauses the current service during the specified duration.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
VisibleWithAnimation (Property)
The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation....
BackgroundImageLine (Property)
The BackgroundImageLine property is used to get and change the background image of each row: of a Table control, of a TreeView Table control, of a Looper control....
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Operations performed on use case diagrams
The following paragraphs explain......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......