ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
<Source>.ExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
Body Complement block
The Body complement block is linked to the Body block......
Code snippets
The code editor allows you to enter "Code snippets"......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
WDDIXIO License Agreement
WDDIXIO License Agreement...
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Events associated with OLE controls
List of events associated with OLE controls...
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
Multi-product external components
Components are a remarkably useful tool for development teams......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.