ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iParameterViewer (Function)
Configures the report viewer.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
The structure of the file for remote control
The management of remote control uses a file in INI format......
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
FinFutureVal (Function)
Returns the future value of an investment.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).