ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
<Source>.ExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
<Source>.ExportJSON (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>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Print functions
List of print functions...
24. Displaying and linking pages
Query editor
The query editor is used to automatically create queries on the data files......
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
Break in a report
The break is used to group the records corresponding to a sort criterion......
Native Access to SAP
SAP is a widely used ERP......
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
iColumnEnd (Function)
Forces a column break in a multi-column report.
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.