ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
<Spreadsheet>.DeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
<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).
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
TableRecNum (Function)
Returns the number of the current record in a data-bound Table control based on a table.
<Looper>.ToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
SpreadsheetDeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
CalculationInProgress (Property)
The CalculationInProgress property allows you to determine whether the data of a Pivot Table control is being calculated (synchronously or asynchronously).
Invalid input functions
Invalid input functions...
LooperToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
Export your data to Excel