ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
WEBDEV - Server codeLinux Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4.
<Looper>.ToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling Excel files...
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
XLS file functions (prefix syntax)
XLS file functions
<Pivot Table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
WEBDEV - Server codeLinux Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4.
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
<Source>.ExportXLS (Function)
Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX).
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
LooperToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
Handling XLS files
WINDEV and WEBDEV propose two methods for handling Excel files...
HExportXLS (Function)
Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX).
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be...
XLS file functions
XLS file functions
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software...
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used...
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program...
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used...
DnD constants
List of constants used by the functions for managing the Drag and Drop....
The TreeView control
...The TreeView control is a tree structure used to simplify the display of information that can...
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table...
WINDEV applications for Linux: Specific features
Automation object
The Automation keyword is used to declare an automation object...
Programming custom calculations in Table controls
1
4
5
6
7
8
>