ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iForceComplement (Function)
Forces the printing of a Body Complement block.
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
iColumnEnd (Function)
Forces a column break in a multi-column report.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
iParameterExport (Function)
Used to configure the exports performed from the report viewer: parameters for sending emails. parameters for creating the different files....
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
WDSQL: Convert the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
iParameterViewer (Function)
Configures the report viewer.
WDSQL: Executing a SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.