ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Export records from a data file
WDMAP allows you to export records to...
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<Source>.ExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
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.
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.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
<Source>.ExportXLS (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...
<Source>.RecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code.
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
<Source>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
<Source>.ExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
<Source>.RecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use...
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software...
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found...
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform...
Programming automatic calculations in the columns of a Table control
Programming custom calculations in Table controls
XLS file handling functions
List of functions for managing XLS files...
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can...
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project...
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
AAF: Context menu of Image controls
A context menu is available for Image controls......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
1
2
3
4
5
6
8
>