ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Close (External language)
Closes the current window and restores the context that existed before the window opening.
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
SpreadsheetListName (Function)
Returns the list of names that identify a cell in a Spreadsheet control.
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
<Spreadsheet>.AddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
ERR_CLOSED_PAGE
Creating a query
Two methods can be used to create a query......
<AutomaticEvent variable>.Close (Function)
Closes a synchronization event between several threads.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
NetServerOption (Function)
Manages the rights of clients on the server (FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV). This function is kept for backward compatibility....
NetRenameFile (Function)
Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server created with WINDEV. This function is kept for backward compatibility....
NetSendMessage (Function)
Triggers a Windows event on the system of an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetRemoteMessageBox (Function)
Displays a dialog box on the screen of the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
SpreadsheetGetFormula (Function)
Retrieves the calculation formula of a cell found in a Spreadsheet control of a window.
<Spreadsheet>.GetFormula (Function)
Retrieves the calculation formula of a cell found in a Spreadsheet control of a window.
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......