ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iSequencingAddDiagram (Function)
Adds a Diagram document into a sequence of report printouts.
<Variable DiskFile>Create (Function)
Creates an external file.
<Report>.InitQueryConnection (Function)
Initializes the query linked to the report.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
iColumnEnd (Function)
Forces a column break in a multi-column report.
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, ...).
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iForceComplement (Function)
Forces the printing of a Body Complement block.
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)....
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
iParameterExport (Function)
Used to configure the exports performed from the report viewer: parameters for sending emails. parameters for creating the different files....
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.