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).
<Source>.RecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
<Source>.RecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON 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.
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...
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV...
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows...
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed...
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page....
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user...
iParameterViewer (Function)
Configures the report viewer.
Printing in PDF format: Special cases
Specific features of print in PDF format...
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used...
Container column in a Table control
A cell found in a Table control can contain a set of controls......
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...
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
The TreeView control
...The TreeView control is a tree structure used to simplify the display of information that can...
WDSQL, SQL querier: Overview
WDSQL is used to......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table...
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes...
WINDEV applications for Linux: Specific features
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Starting WDOptimizer in a command line
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
1
3
4
5
6
7
8
>