ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database schema description window
The database schema description window includes all the characteristics and options of the current database schema......
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Multi-project search
Performing a search in the current project is a common operation......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
12. Available tests
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Sum (Function)
Calculates the sum of the array elements.
Email constants
List of constants used by email functions....
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
EmailCheckAddress (Function)
Checks the validity of an email address.
HRead (Function)
Reads a record in a file according to a given record number.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.