ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLChangeConnection (Function)
Modifies the current connection.
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
iPreview (Function)
Configures the print destination.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
SCM: Creating a branch
Branches allows you to create a copy of the current project, so that you can make changes, additions, etc., to two versions of the same project....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HFSQL constants
List of constants used by the HFSQL functions....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
HForward (Function)
Moves several records forward from the current position in the table, according to a specified item.
HExecuteProcedure (Function)
Runs a stored procedure.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......