ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XLS file functions (prefix syntax)
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.
XLS file functions
List of functions for managing XLS files
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
AAFDisable (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.
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).
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
<Source>.ExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
LooperToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
<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.
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...
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...
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...
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used...
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
Programming custom calculations in Table controls
Automation object
The Automation keyword is used to declare an automation object...
Various WEBDEV constants
Various WEBDEV constants...
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several...
Test of a query
The query editor allows you to run the test of query result......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box...
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
1
2
3
4
5
>