ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Looper>.ToExcel (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...
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<Source>.ExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
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.
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
XLS file functions
XLS file functions
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<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.
<Table>.ToExcel (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.
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling Excel files...
LooperToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
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.
HExportXLS (Function)
Exports records from a data file (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 (prefix syntax)
XLS file functions
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
HFSQL constants
List of constants used by the HFSQL functions....
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data...
1
3
4
5